TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
StructureFacade Class Reference
Inheritance diagram for StructureFacade:
StructureFacadeInterface

Public Member Functions

 __construct (RootNodeInterface $structure)
 
 getStatus ()
 
 fix ()
 

Protected Attributes

 $structure
 

Detailed Description

Structure facade, a facade class in front of root node. This is the main API interface to the node structure and should be the only class used from outside.

Definition at line 24 of file StructureFacade.php.

Constructor & Destructor Documentation

__construct ( RootNodeInterface  $structure)

Constructor sets structure to work on

Parameters
RootNodeInterface$structure

Implements StructureFacadeInterface.

Definition at line 36 of file StructureFacade.php.

References StructureFacade\$structure.

Member Function Documentation

fix ( )

Fix structure

Returns
array<>

Implements StructureFacadeInterface.

Definition at line 56 of file StructureFacade.php.

getStatus ( )

Get status of node tree

Returns
array<>

Implements StructureFacadeInterface.

Definition at line 46 of file StructureFacade.php.

Member Data Documentation

$structure
protected

Definition at line 29 of file StructureFacade.php.

Referenced by StructureFacade\__construct().