PHP Class Horde_Core_Factory_Lock, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/)
Inheritance: extends Horde_Core_Factory_Injector
Afficher le fichier Open project: horde/horde

Méthodes publiques

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

Method Details

create() public méthode

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