PHP 클래스 IMP_Factory_Contacts, horde

저자: Michael Slusarz ([email protected])
상속: extends Horde_Core_Factory_Injector, implements Horde_Shutdown_Task
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
create ( Horde_Injector $injector ) : IMP_Contacts Return the IMP_Contacts instance.
shutdown ( ) Store serialized version of object in the current session.

메소드 상세

create() 공개 메소드

Return the IMP_Contacts instance.
public create ( Horde_Injector $injector ) : IMP_Contacts
$injector Horde_Injector
리턴 IMP_Contacts The singleton instance.

shutdown() 공개 메소드

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