PHP Класс IMP_Factory_MailboxList, horde

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

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

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