StructureFacade implements StructureFacadeInterface
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.
Table of Contents
Interfaces
- StructureFacadeInterface
- Interface of structure facade, a facade class in front of root node
Properties
Methods
- __construct() : mixed
- Constructor sets structure to work on
- fix() : FlashMessageQueue
- Fix structure
- getStatus() : FlashMessageQueue
- Get status of node tree
Properties
$structure
protected
RootNodeInterface
$structure
The structure to work on
Methods
__construct()
Constructor sets structure to work on
public
__construct(RootNodeInterface $structure) : mixed
Parameters
- $structure : RootNodeInterface
fix()
Fix structure
public
fix() : FlashMessageQueue
Return values
FlashMessageQueuegetStatus()
Get status of node tree
public
getStatus() : FlashMessageQueue