PHP Class IMP_Factory_Ftree, horde

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

Public Methods

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

Method Details

create() public method

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

shutdown() public method

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