Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Horde_Core_Factory_Identity_UsernameHook
PHP Class Horde_Core_Factory_Identity_UsernameHook, horde
Author:
Jan Schneider (
[email protected]
)
Inheritance:
extends
Horde_Core_Factory_Identity
显示文件
Open project: horde/horde
Class Usage Examples
Public Methods
Method
Description
create
(
string
$user
= null,
string
$driver
= null ) :
Horde_Identity
Returns the Horde_Identity instance.
Method Details
create()
public
method
Returns the Horde_Identity instance.
public
create
(
string
$user
= null,
string
$driver
= null ) :
Horde_Identity
$user
string
The user to use, if not the current user.
$driver
string
The identity driver. Either empty (use default driver) or an application name.
return
Horde_Identity
The singleton identity instance.