PHP Class Horde_Vcs, horde
Copyright 2008-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.
Mostrar archivo
Open project: horde/horde
Class Usage Examples
Public Methods
Method |
Description |
|
factory ( mixed $driver, array $params = [] ) : Horde_Vcs |
Attempts to return a concrete Horde_Vcs instance based on $driver. |
|
Method Details
factory()
public static method
Attempts to return a concrete Horde_Vcs instance based on $driver.
public static factory ( mixed $driver, array $params = [] ) : Horde_Vcs |
$driver |
mixed |
The type of concrete Horde_Vcs subclass to return.
The code is dynamically included. |
$params |
array |
A hash containing any additional configuration
or parameters a subclass might need. |
return |
Horde_Vcs |
The newly created concrete instance. |