TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Module\ModuleStorage Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Module\ModuleStorage:
TYPO3\CMS\Core\SingletonInterface Typo3_ModuleStorage

Public Member Functions

 __construct ()
 
 setEntries ($entries)
 
 getEntries ()
 
 attachEntry (\TYPO3\CMS\Backend\Domain\Model\Module\BackendModule $entry)
 

Protected Attributes

 $entries
 

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! Model for the module storage

Author
Susanne Moog typo3.nosp@m.@sus.nosp@m.annem.nosp@m.oog..nosp@m.de

Definition at line 21 of file ModuleStorage.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Module\ModuleStorage::__construct ( )

construct

Definition at line 31 of file ModuleStorage.php.

Member Function Documentation

◆ attachEntry()

TYPO3\CMS\Backend\Module\ModuleStorage::attachEntry ( \TYPO3\CMS\Backend\Domain\Model\Module\BackendModule  $entry)

Attach Entry

Parameters
\TYPO3\CMS\Backend\Domain\Model\Module\BackendModule$entry
Returns
void

Definition at line 60 of file ModuleStorage.php.

◆ getEntries()

TYPO3\CMS\Backend\Module\ModuleStorage::getEntries ( )

Get Entries

Returns

Definition at line 50 of file ModuleStorage.php.

References TYPO3\CMS\Backend\Module\ModuleStorage\$entries.

◆ setEntries()

TYPO3\CMS\Backend\Module\ModuleStorage::setEntries (   $entries)

Set Entries

Parameters
\SplObjectStorage$entries
Returns
void

Definition at line 41 of file ModuleStorage.php.

References TYPO3\CMS\Backend\Module\ModuleStorage\$entries.

Member Data Documentation

◆ $entries

TYPO3\CMS\Backend\Module\ModuleStorage::$entries
protected