IMP_Factory_Ftree
extends Horde_Core_Factory_Injector
in package
implements
Horde_Shutdown_Task
A Horde_Injector based factory for the IMP_Ftree object.
Tags
Table of Contents
Interfaces
- Horde_Shutdown_Task
Constants
- STORAGE_KEY = 'ftree'
Properties
Methods
- create() : IMP_Ftree
- Return the IMP_Ftree object.
- shutdown() : mixed
- Store serialized version of object in the current session.
Constants
STORAGE_KEY
public
mixed
STORAGE_KEY
= 'ftree'
Properties
$_instance
private
IMP_Ftree
$_instance
Methods
create()
Return the IMP_Ftree object.
public
create(Horde_Injector $injector) : IMP_Ftree
Parameters
- $injector : Horde_Injector
Return values
IMP_Ftree —The singleton instance.
shutdown()
Store serialized version of object in the current session.
public
shutdown() : mixed