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
AbstractMirrorXmlParser.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Extensionmanager\Utility\Parser
;
3
23
abstract
class
AbstractMirrorXmlParser
extends
AbstractXmlParser
{
24
30
protected
$country
= NULL;
31
37
protected
$host
= NULL;
38
44
protected
$path
= NULL;
45
51
protected
$sponsorlink
= NULL;
52
58
protected
$sponsorlogo
= NULL;
59
65
protected
$sponsorname
= NULL;
66
72
protected
$title
= NULL;
73
84
public
function
getAll
() {
85
$mirrorProperties = array();
86
$mirrorProperties[
'title'
] =
$this->title
;
87
$mirrorProperties[
'host'
] =
$this->host
;
88
$mirrorProperties[
'path'
] =
$this->path
;
89
$mirrorProperties[
'country'
] =
$this->country
;
90
$mirrorProperties[
'sponsorname'
] =
$this->sponsorname
;
91
$mirrorProperties[
'sponsorlink'
] =
$this->sponsorlink
;
92
$mirrorProperties[
'sponsorlogo'
] =
$this->sponsorlogo
;
93
return
$mirrorProperties;
94
}
95
103
public
function
getCountry
() {
104
return
$this->country
;
105
}
106
114
public
function
getHost
() {
115
return
$this->host
;
116
}
117
125
public
function
getPath
() {
126
return
$this->path
;
127
}
128
136
public
function
getSponsorlink
() {
137
return
$this->sponsorlink
;
138
}
139
147
public
function
getSponsorlogo
() {
148
return
$this->sponsorlogo
;
149
}
150
158
public
function
getSponsorname
() {
159
return
$this->sponsorname
;
160
}
161
169
public
function
getTitle
() {
170
return
$this->title
;
171
}
172
180
protected
function
resetProperties
() {
181
$this->title = $this->host = $this->path = $this->country
182
= $this->sponsorname = $this->sponsorlink = $this->sponsorlogo = NULL;
183
}
184
185
}
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\$sponsorlink
$sponsorlink
Definition:
AbstractMirrorXmlParser.php:51
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\getCountry
getCountry()
Definition:
AbstractMirrorXmlParser.php:103
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\getPath
getPath()
Definition:
AbstractMirrorXmlParser.php:125
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\getHost
getHost()
Definition:
AbstractMirrorXmlParser.php:114
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\$sponsorname
$sponsorname
Definition:
AbstractMirrorXmlParser.php:65
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\getSponsorname
getSponsorname()
Definition:
AbstractMirrorXmlParser.php:158
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractXmlParser
Definition:
AbstractXmlParser.php:23
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\$host
$host
Definition:
AbstractMirrorXmlParser.php:37
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\resetProperties
resetProperties()
Definition:
AbstractMirrorXmlParser.php:180
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\getAll
getAll()
Definition:
AbstractMirrorXmlParser.php:84
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\$title
$title
Definition:
AbstractMirrorXmlParser.php:72
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\getSponsorlink
getSponsorlink()
Definition:
AbstractMirrorXmlParser.php:136
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser
Definition:
AbstractMirrorXmlParser.php:23
TYPO3\CMS\Extensionmanager\Utility\Parser
Definition:
AbstractExtensionXmlParser.php:2
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\$sponsorlogo
$sponsorlogo
Definition:
AbstractMirrorXmlParser.php:58
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\$path
$path
Definition:
AbstractMirrorXmlParser.php:44
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\$country
$country
Definition:
AbstractMirrorXmlParser.php:30
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\getSponsorlogo
getSponsorlogo()
Definition:
AbstractMirrorXmlParser.php:147
TYPO3\CMS\Extensionmanager\Utility\Parser\AbstractMirrorXmlParser\getTitle
getTitle()
Definition:
AbstractMirrorXmlParser.php:169
typo3
sysext
extensionmanager
Classes
Utility
Parser
AbstractMirrorXmlParser.php
Generated on Wed Aug 7 2019 09:52:26 for TYPO3 CMS by
1.8.13