PHP Class Ulaform_Factory_Driver, horde
Copyright 2011-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
ファイルを表示
Open project: horde/horde
Public Methods
Method |
Description |
|
__construct ( Horde_Injector $injector ) |
Constructor. |
|
create ( mixed $name = '' ) : Ulaform_Driver |
Return the Ulaform_Driver:: instance. |
|
Method Details
__construct()
public method
public __construct ( Horde_Injector $injector ) |
$injector |
Horde_Injector |
The injector to use. |
Return the Ulaform_Driver:: instance.
public create ( mixed $name = '' ) : Ulaform_Driver |
$name |
mixed |
Instance name |
return |
Ulaform_Driver |
|