LiveUser::getOption()

LiveUser::getOption() -- Returns the value of an option

Synopsis

require_once 'LiveUser.php';

mixed LiveUser::getOption (string $option)

Description

This package is not documented yet.

Parameter

string $option

option name

Return value

returns the option value

Throws

throws no exceptions thrown

Note

This function can not be called statically.