PHP Class Horde_Core_Factory_PermsCore, horde
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Mostra file
Open project: horde/horde
Public Methods
Method |
Description |
|
create ( Horde_Injector $injector ) : Horde_Perms_Core |
Attempts to return a concrete instance based on $driver. |
|
Method Details
Attempts to return a concrete instance based on $driver.
public create ( Horde_Injector $injector ) : Horde_Perms_Core |
$injector |
Horde_Injector |
|
return |
Horde_Perms_Core |
The newly created concrete instance. |