ModuleStorage implements SingletonInterface
Model for the module storage
Table of Contents
Interfaces
- SingletonInterface
 - "empty" interface for singletons (marker interface pattern)
 
Properties
- $entries : SplObjectStorage
 
Methods
- __construct() : mixed
 - construct
 - attachEntry() : mixed
 - Attach Entry
 - getEntries() : SplObjectStorage
 - Get Entries
 - setEntries() : mixed
 - Set Entries
 
Properties
$entries
        protected
            SplObjectStorage
    $entries
    
    
    
    
    
    
Methods
__construct()
construct
    public
                    __construct() : mixed
    attachEntry()
Attach Entry
    public
                    attachEntry(BackendModule $entry) : mixed
    Parameters
- $entry : BackendModule
 
getEntries()
Get Entries
    public
                    getEntries() : SplObjectStorage
    Return values
SplObjectStoragesetEntries()
Set Entries
    public
                    setEntries(SplObjectStorage $entries) : mixed
    Parameters
- $entries : SplObjectStorage