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.
Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Core_Factory_Injector
Datei anzeigen 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

create() public method

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.