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
StructureFacade.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Install\FolderStructure
;
3
24
class
StructureFacade
implements
StructureFacadeInterface
{
25
29
protected
$structure
;
30
36
public
function
__construct
(
RootNodeInterface
$structure
) {
37
$this->structure =
$structure
;
38
}
39
45
public
function
getStatus
() {
46
return
$this->structure->getStatus();
47
}
48
54
public
function
fix
() {
55
return
$this->structure->fix();
56
}
57
}
TYPO3\CMS\Install\FolderStructure\StructureFacade\fix
fix()
Definition:
StructureFacade.php:54
TYPO3\CMS\Install\FolderStructure\StructureFacade\$structure
$structure
Definition:
StructureFacade.php:29
TYPO3\CMS\Install\FolderStructure\StructureFacade\__construct
__construct(RootNodeInterface $structure)
Definition:
StructureFacade.php:36
TYPO3\CMS\Install\FolderStructure
Definition:
AbstractNode.php:2
TYPO3\CMS\Install\FolderStructure\StructureFacadeInterface
Definition:
StructureFacadeInterface.php:20
TYPO3\CMS\Install\FolderStructure\StructureFacade
Definition:
StructureFacade.php:24
TYPO3\CMS\Install\FolderStructure\StructureFacade\getStatus
getStatus()
Definition:
StructureFacade.php:45
TYPO3\CMS\Install\FolderStructure\RootNodeInterface
Definition:
RootNodeInterface.php:20
typo3
sysext
install
Classes
FolderStructure
StructureFacade.php
Generated on Wed Aug 7 2019 09:52:29 for TYPO3 CMS by
1.8.13