PHP Class IMP_Factory_Compose, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Factory_Base, implements Horde_Shutdown_Task
Exibir arquivo Open project: horde/horde

Public Methods

Method Description
__construct ( Horde_Injector $injector )
create ( string $cacheid = null ) : IMP_Compose Return the IMP_Compose:: instance.
getAllObs ( ) : array Return a list of all compose objects currently stored in the session.
shutdown ( ) Tasks to perform on shutdown.

Method Details

__construct() public method

public __construct ( Horde_Injector $injector )
$injector Horde_Injector

create() public method

Return the IMP_Compose:: instance.
public create ( string $cacheid = null ) : IMP_Compose
$cacheid string The cache ID string.
return IMP_Compose The singleton compose instance.

getAllObs() public method

Return a list of all compose objects currently stored in the session.
public getAllObs ( ) : array
return array List of IMP_Compose objects.

shutdown() public method

Tasks to perform on shutdown.
public shutdown ( )