PHP Класс IMP_Factory_MailboxCache, horde

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

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

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