PHP 클래스 IMP_Factory_Compose, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Core_Factory_Base, implements Horde_Shutdown_Task
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__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 ( )