TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
LinktypeInterface.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Linkvalidator\Linktype
;
3
22
interface
LinktypeInterface
{
31
public
function
checkLink
($url, $softRefEntry, $reference);
32
41
public
function
fetchType
($value, $type, $key);
42
48
public
function
getErrorParams
();
49
56
public
function
getBrokenUrl
($row);
57
64
public
function
getErrorMessage
($errorParams);
65
66
}
TYPO3\CMS\Linkvalidator\Linktype
Definition:
AbstractLinktype.php:2
TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface\checkLink
checkLink($url, $softRefEntry, $reference)
TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface
Definition:
LinktypeInterface.php:22
TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface\getErrorMessage
getErrorMessage($errorParams)
TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface\fetchType
fetchType($value, $type, $key)
TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface\getErrorParams
getErrorParams()
TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface\getBrokenUrl
getBrokenUrl($row)
typo3
sysext
linkvalidator
Classes
Linktype
LinktypeInterface.php
Generated on Wed Aug 7 2019 09:52:29 for TYPO3 CMS by
1.8.13