PHP Class IMP_Factory_MailboxCache, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Factory_Injector, implements Horde_Shutdown_Task
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
create ( Horde_Injector $injector ) : IMP_Mailbox_SessionCache Return the IMP_Mailbox_SessionCache instance.
shutdown ( ) Saves IMP_Mailbox cache data to the session.

Method Details

create() public méthode

Return the IMP_Mailbox_SessionCache instance.
public create ( Horde_Injector $injector ) : IMP_Mailbox_SessionCache
$injector Horde_Injector
Résultat IMP_Mailbox_SessionCache Cache instance.

shutdown() public méthode

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