LiveUser::checkRight()

LiveUser::checkRight() -- Wrapper method for the permission object's own checkRight method.

Synopsis

require_once 'LiveUser.php';

boolean LiveUser::checkRight (mixed $rights)

Description

This package is not documented yet.

Parameter

mixed $rights

A right name or an array of rights.

Return value

returns true if the user has the right/rights false if not

Throws

throws no exceptions thrown

Note

This function can not be called statically.