GroupRight getGroupRight(
$itemtype,
$itemID,
$groupID
)
|
|
Gets the Right for one Group and Item.
Parameters:
|
|
$itemtype: |
|
|
|
$itemID: |
|
|
|
$groupID: |
|
API Tags:
| Return: | the requested Right entry |
Right getItemRight(
$itemtype,
$itemID,
$user_id
)
|
|
Fetches a right for a given User and Item.
Parameters:
|
|
$itemtype: |
|
|
|
$itemID: |
|
|
|
$user_id: |
|
API Tags:
| Return: | the requested Right |
Get all rights for the iven Item.
Parameters:
API Tags:
| Return: | an enumeration of all Rights for one Item |
Object getMenuRight(
int
$userid, int
$menuid
)
|
|
Gets a single MenuRight that represents the given combination of User and Menu ID.
Parameters:
|
int |
$userid: |
the User ID |
|
int |
$menuid: |
the Menu ID |
API Tags:
| Return: | the MenuRight for the given combination |
Right getUserRight(
$itemtype,
$itemID,
$userID
)
|
|
Gets the right for one User and Item.
Parameters:
|
|
$itemtype: |
|
|
|
$itemID: |
|
|
|
$userID: |
|
API Tags:
| Return: | the requested Right |