TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Install\FolderStructure\DefaultFactory Class Reference

Public Member Functions

 getStructure ()
 

Protected Member Functions

 getDefaultStructureDefinition ()
 

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! Factory returns default folder structure object hierarchy

Definition at line 20 of file DefaultFactory.php.

Member Function Documentation

◆ getDefaultStructureDefinition()

TYPO3\CMS\Install\FolderStructure\DefaultFactory::getDefaultStructureDefinition ( )
protected

Default definition of folder and file structure with dynamic permission settings

Returns
array

Definition at line 53 of file DefaultFactory.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Install\FolderStructure\DefaultFactory\getStructure().

◆ getStructure()

TYPO3\CMS\Install\FolderStructure\DefaultFactory::getStructure ( )

Get default structure object hierarchy

Exceptions
Exception
Returns
RootNode : Use objectManager instead of new (will be injected)

Definition at line 29 of file DefaultFactory.php.

References TYPO3\CMS\Install\FolderStructure\DefaultFactory\getDefaultStructureDefinition().