Открытые члены | |
__construct (RightParam $rightParam) | |
setListsPermission ($listsPermission) | |
canRead () | |
canEdit () | |
canAdd () | |
canDelete () | |
canFullEdit () | |
canEditRights () | |
Открытые члены унаследованные от Errorable | |
getErrors () | |
getErrorByCode ($code) | |
Открытые атрибуты | |
const | ACCESS_DENIED = "ACCESS_DENIED" |
const | ADD = "canAdd" |
const | READ = "canRead" |
const | EDIT = "canEdit" |
const | DELETE = "canDelete" |
const | FULL_EDIT = "canFullEdit" |
const | EDIT_RIGHTS = 'canEditRights' |
См. определение в файле elementright.php строка 10
__construct | ( | RightParam | $rightParam | ) |
См. определение в файле elementright.php строка 27
canAdd | ( | ) |
Checks the add access to the element.
См. определение в файле elementright.php строка 118
canDelete | ( | ) |
Checks the delete access to the element.
См. определение в файле elementright.php строка 149
canEdit | ( | ) |
Checks the edit access to the element.
См. определение в файле elementright.php строка 79
canEditRights | ( | ) |
Checks the edit rights access to the element
См. определение в файле elementright.php строка 204
canFullEdit | ( | ) |
Checks the full edit access to the element.
См. определение в файле elementright.php строка 178
canRead | ( | ) |
Checks the read access to the element.
См. определение в файле elementright.php строка 51
setListsPermission | ( | $listsPermission | ) |
Sets the access label that is needed to verify the rights of the entity.
string | $listsPermission | Access label. |
Замещает RightEntity.
См. определение в файле elementright.php строка 41
const ACCESS_DENIED = "ACCESS_DENIED" |
См. определение в файле elementright.php строка 14
const ADD = "canAdd" |
См. определение в файле elementright.php строка 16
const DELETE = "canDelete" |
См. определение в файле elementright.php строка 19
const EDIT = "canEdit" |
См. определение в файле elementright.php строка 18
const EDIT_RIGHTS = 'canEditRights' |
См. определение в файле elementright.php строка 21
const FULL_EDIT = "canFullEdit" |
См. определение в файле elementright.php строка 20
const READ = "canRead" |
См. определение в файле elementright.php строка 17