PHP Class Horde_Core_Factory_Identity, horde

Inheritance: extends Horde_Core_Factory_Base
Show file 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.