This class is used for factories that are intended to have their create() methods manually called by code. Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Michael Slusarz (slusarz@horde.org)
示例#1
0
 /**
  */
 public function __construct(Horde_Injector $injector)
 {
     parent::__construct($injector);
     $this->_injector->bindImplementation('Horde_Kolab_Session_Storage', 'Horde_Kolab_Session_Storage_Session');
 }
示例#2
0
文件: Imap.php 项目: raz0rsdge/horde
 /**
  */
 public function __construct(Horde_Injector $injector)
 {
     parent::__construct($injector);
     Horde_Shutdown::add($this);
 }
示例#3
0
 /**
  */
 public function __construct(Horde_Injector $injector)
 {
     parent::__construct($injector);
     $this->_setup();
 }