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