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

getEntries()

Get Entries

public getEntries() : SplObjectStorage
Return values
SplObjectStorage

setEntries()

Set Entries

public setEntries(SplObjectStorage $entries) : mixed
Parameters
$entries : SplObjectStorage

        
On this page

Search results