PHP 클래스 IMP_Factory_MailboxCache, horde

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

공개 메소드들

메소드 설명
create ( Horde_Injector $injector ) : IMP_Mailbox_SessionCache Return the IMP_Mailbox_SessionCache instance.
shutdown ( ) Saves IMP_Mailbox cache data to the session.

메소드 상세

create() 공개 메소드

Return the IMP_Mailbox_SessionCache instance.
public create ( Horde_Injector $injector ) : IMP_Mailbox_SessionCache
$injector Horde_Injector
리턴 IMP_Mailbox_SessionCache Cache instance.

shutdown() 공개 메소드

Saves IMP_Mailbox cache data to the session.
public shutdown ( )