void changeFright(
$name,
$description, [
$value = 'Y']
)
|
|
Parameters:
|
|
$name: |
|
|
|
$description: |
|
|
|
$value: |
|
void createFright(
$name,
$description, [
$val = 'Y']
)
|
|
Create an Functional Right with the given Name.
The name must have at least a length of 4 character!
Parameters:
|
|
$name: |
|
|
|
$description: |
|
|
|
$val: |
|
void createGroupFright(
$groupid,
$fright, [
$val = 'Y']
)
|
|
Create a mapping for a Group to a Functional right.
Parameters:
void deleteAllGroupFrights(
$id
)
|
|
Parameters:
void deleteGroupFright(
$groupid,
$fright
)
|
|
Parameters:
void parseFrightValue(
$value
)
|
|
Parses the given Value and returns 'Y' (true) if the given value matches 'Y', in all other cases 'N' (false).
Parameters: