‪TYPO3CMS  ‪main
TYPO3\CMS\Install\FolderStructure\StructureFacadeInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Install\FolderStructure\StructureFacadeInterface:
TYPO3\CMS\Install\FolderStructure\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 23 of file StructureFacadeInterface.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\FolderStructure\StructureFacadeInterface::__construct ( RootNodeInterface  $structure)

Constructor gets structure to work on

Implemented in TYPO3\CMS\Install\FolderStructure\StructureFacade.

Member Function Documentation

◆ fix()

TYPO3\CMS\Install\FolderStructure\StructureFacadeInterface::fix ( )

◆ getStatus()

TYPO3\CMS\Install\FolderStructure\StructureFacadeInterface::getStatus ( )

Get status of node tree

Implemented in TYPO3\CMS\Install\FolderStructure\StructureFacade.