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
AbstractLinktype.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Linkvalidator\Linktype
;
3
22
abstract
class
AbstractLinktype
implements
\TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface
{
23
29
protected
$errorParams
= array();
30
39
public
function
fetchType
($value, $type, $key) {
40
if
($value[
'type'
] == $key) {
41
$type = $value[
'type'
];
42
}
43
return
$type;
44
}
45
52
protected
function
setErrorParams
($value) {
53
$this->errorParams = $value;
54
}
55
61
public
function
getErrorParams
() {
62
return
$this->errorParams
;
63
}
64
71
public
function
getBrokenUrl
($row) {
72
return
$row[
'url'
];
73
}
74
75
}
TYPO3\CMS\Linkvalidator\Linktype\AbstractLinktype\fetchType
fetchType($value, $type, $key)
Definition:
AbstractLinktype.php:39
TYPO3\CMS\Linkvalidator\Linktype
Definition:
AbstractLinktype.php:2
TYPO3\CMS\Linkvalidator\Linktype\AbstractLinktype\getBrokenUrl
getBrokenUrl($row)
Definition:
AbstractLinktype.php:71
TYPO3\CMS\Linkvalidator\Linktype\AbstractLinktype
Definition:
AbstractLinktype.php:22
TYPO3\CMS\Linkvalidator\Linktype\AbstractLinktype\setErrorParams
setErrorParams($value)
Definition:
AbstractLinktype.php:52
TYPO3\CMS\Linkvalidator\Linktype\LinktypeInterface
Definition:
LinktypeInterface.php:22
TYPO3\CMS\Linkvalidator\Linktype\AbstractLinktype\getErrorParams
getErrorParams()
Definition:
AbstractLinktype.php:61
TYPO3\CMS\Linkvalidator\Linktype\AbstractLinktype\$errorParams
$errorParams
Definition:
AbstractLinktype.php:29
typo3
sysext
linkvalidator
Classes
Linktype
AbstractLinktype.php
Generated on Wed Aug 7 2019 09:52:29 for TYPO3 CMS by
1.8.13