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)
Exemple #1
0
 /**
  */
 public function __construct(Horde_Injector $injector)
 {
     parent::__construct($injector);
     $this->_injector->bindImplementation('Horde_Kolab_Session_Storage', 'Horde_Kolab_Session_Storage_Session');
 }
Exemple #2
0
 /**
  */
 public function __construct(Horde_Injector $injector)
 {
     parent::__construct($injector);
     Horde_Shutdown::add($this);
 }
Exemple #3
0
 /**
  */
 public function __construct(Horde_Injector $injector)
 {
     parent::__construct($injector);
     $this->_setup();
 }