PHP 클래스 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.
파일 보기
프로젝트 열기: horde/horde
공개 메소드들
메소드 |
설명 |
|
create ( string $app = null ) : Horde_Core_Auth_Application |
Return the Horde_Auth:: instance. |
|
보호된 메소드들
메소드 |
설명 |
|
_create ( string $driver, array $orig_params = null ) : Horde_Auth_Base |
Returns a Horde_Auth_Base driver for the given driver/configuration. |
|
메소드 상세
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. |
리턴 |
Horde_Auth_Base |
Authentication object. |
Return the Horde_Auth:: instance.
public create ( string $app = null ) : Horde_Core_Auth_Application |
$app |
string |
The application to authenticate to. |
리턴 |
Horde_Core_Auth_Application |
The singleton instance. |