PHP Класс IMP_Factory_Compose, horde

Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_Core_Factory_Base, implements Horde_Shutdown_Task
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

public __construct ( Horde_Injector $injector )
$injector Horde_Injector

create() публичный Метод

Return the IMP_Compose:: instance.
public create ( string $cacheid = null ) : IMP_Compose
$cacheid string The cache ID string.
Результат IMP_Compose The singleton compose instance.

getAllObs() публичный Метод

Return a list of all compose objects currently stored in the session.
public getAllObs ( ) : array
Результат array List of IMP_Compose objects.

shutdown() публичный Метод

Tasks to perform on shutdown.
public shutdown ( )