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

Public Member Functions

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

Detailed Description

Interface of structure facade, a facade class in front of root node

Definition at line 20 of file StructureFacadeInterface.php.

Constructor & Destructor Documentation

__construct ( RootNodeInterface  $structure)

Constructor gets structure to work on

Parameters
RootNodeInterface$structure

Implemented in StructureFacade.

Member Function Documentation

fix ( )

Fix structure

Returns
array<>

Implemented in StructureFacade.

getStatus ( )

Get status of node tree

Returns
array<>

Implemented in StructureFacade.