PHP 클래스 IMP_Factory_MailboxList, horde

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

공개 메소드들

메소드 설명
create ( string $mailbox ) : IMP_Mailbox_List Return the mailbox list instance.
expireAll ( ) Expires cached entries.
shutdown ( ) Tasks to perform on shutdown.

보호된 메소드들

메소드 설명
_getCache ( IMP_Mailbox $mbox ) : Horde_Core_Cache_Session Return the proper cache object based on the mailbox type.

메소드 상세

_getCache() 보호된 메소드

Return the proper cache object based on the mailbox type.
protected _getCache ( IMP_Mailbox $mbox ) : Horde_Core_Cache_Session
$mbox IMP_Mailbox Mailbox object.
리턴 Horde_Core_Cache_Session Session cache object.

create() 공개 메소드

Return the mailbox list instance.
public create ( string $mailbox ) : IMP_Mailbox_List
$mailbox string The mailbox name.
리턴 IMP_Mailbox_List The singleton instance.

expireAll() 공개 메소드

Expires cached entries.
public expireAll ( )

shutdown() 공개 메소드

Tasks to perform on shutdown.
public shutdown ( )