PHP Class Horde_Core_Factory_Auth, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: extends Horde_Core_Factory_Base
Afficher le fichier Open project: horde/horde

Méthodes publiques

Méthode Description
create ( string $app = null ) : Horde_Core_Auth_Application Return the Horde_Auth:: instance.

Méthodes protégées

Méthode Description
_create ( string $driver, array $orig_params = null ) : Horde_Auth_Base Returns a Horde_Auth_Base driver for the given driver/configuration.

Method Details

_create() protected méthode

Returns a Horde_Auth_Base driver for the given driver/configuration.
protected _create ( string $driver, array $orig_params = null ) : Horde_Auth_Base
$driver string Driver name.
$orig_params array Driver parameters.
Résultat Horde_Auth_Base Authentication object.

create() public méthode

Return the Horde_Auth:: instance.
public create ( string $app = null ) : Horde_Core_Auth_Application
$app string The application to authenticate to.
Résultat Horde_Core_Auth_Application The singleton instance.