UnauthorizedListItem
UnauthorizedListItem.php
:
14
Abstract
This class represents an element of the list to which the user has no access.
Methods¶
__construct()
¶
UnauthorizedListItem.php
:
30
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$module | string | - | - |
$function | string | - | - |
$payload | array<string|int, mixed> | - | - |
getFunction()
¶
UnauthorizedListItem.php
:
48
|
|
Return values
string
getModule()
¶
UnauthorizedListItem.php
:
40
|
|
Return values
string
getPayload()
¶
UnauthorizedListItem.php
:
56
|
|
Return values
array<string|int, mixed>