PHP Class Passwd_Factory_Driver, horde

Author: Ralf Lang ([email protected])
Inheritance: extends Horde_Core_Factory_Base
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Méthode Description
__get ( $name )
create ( string $name, array $params = [] ) : Passwd_Driver Returns the Passwd_Driver instance.

Méthodes protégées

Méthode Description
_loadBackends ( )

Method Details

__get() public méthode

public __get ( $name )

_loadBackends() protected méthode

protected _loadBackends ( )

create() public méthode

Returns the Passwd_Driver instance.
public create ( string $name, array $params = [] ) : Passwd_Driver
$name string A string containing the internal name of this backend.
$params array Any backend parameters if not the defaults.
Résultat Passwd_Driver The singleton instance.