LiveUser::getProperty()

LiveUser::getProperty() -- Wrapper method to access properties from the auth and permissioncontainers.

Synopsis

require_once 'LiveUser.php';

mixed LiveUser::getProperty (string $what)

Description

This package is not documented yet.

Parameter

string $what

Name of the property to be returned.

Return value

returns NULL, a value or an array.

Throws

throws no exceptions thrown

Note

This function can not be called statically.