TYPO3 CMS  TYPO3_6-2
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

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Interface of structure facade, a facade class in front of root node

Definition at line 20 of file StructureFacadeInterface.php.

Constructor & Destructor Documentation

◆ __construct()

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

Constructor gets structure to work on

Parameters
RootNodeInterface$structure

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

Member Function Documentation

◆ fix()

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

Fix structure

Returns
array<>

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

◆ getStatus()

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

Get status of node tree

Returns
array<>

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