LiveUser::factory()

LiveUser::factory() -- Checks the given file and returns an object of the LoginManager.

Synopsis

require_once 'LiveUser.php';

object Returns& LiveUser::factory (mixed $conf [, string $handle = '' [, string $passwd = '' [, boolean $logout = FALSE [, mixed $confName = 'liveuserConfig']]]])

Description

This package is not documented yet.

Parameter

mixed $conf

The config file or the config array to configure.

string $handle

Handle of the user trying to authenticate

string $passwd

Password of the user trying to authenticate

boolean $logout

set to TRUE if user wants to logout

mixed $confName

Name of array containing the configuration.

Return value

returns an object.

Throws

throws no exceptions thrown

Note

This function can not be called statically.