PHP Class IMP_Factory_Search, horde

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

Public Methods

Method Description
create ( Horde_Injector $injector ) : IMP_Search Return the IMP_Search instance.
shutdown ( ) Store serialized version of object in the current session.

Method Details

create() public method

Return the IMP_Search instance.
public create ( Horde_Injector $injector ) : IMP_Search
$injector Horde_Injector
return IMP_Search The singleton instance.

shutdown() public method

Store serialized version of object in the current session.
public shutdown ( )