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
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
create ( Horde_Injector $injector ) : Horde_Perms_Core Attempts to return a concrete instance based on $driver.

Method Details

create() public méthode

Attempts to return a concrete instance based on $driver.
public create ( Horde_Injector $injector ) : Horde_Perms_Core
$injector Horde_Injector
Résultat Horde_Perms_Core The newly created concrete instance.