LiveUser::getHandle()

LiveUser::getHandle() -- Wrapper method for the auth object's own getHandle method.

Synopsis

require_once 'LiveUser.php';

string LiveUser::getHandle ()

Description

Returns the current user handle as a string.

Return value

returns The handle of the current user. Returns an empty string if no user logged.

Throws

throws no exceptions thrown

Note

This function can not be called statically.