Открытые члены | |
__construct (RightParam $rightParam) | |
setListsPermission ($listsPermission) | |
canRead () | |
canEdit () | |
Открытые члены унаследованные от Errorable | |
getErrors () | |
getErrorByCode ($code) | |
Открытые атрибуты | |
const | ACCESS_DENIED = "ACCESS_DENIED" |
const | READ = "canRead" |
const | EDIT = "canEdit" |
См. определение в файле iblockright.php строка 9
__construct | ( | RightParam | $rightParam | ) |
См. определение в файле iblockright.php строка 21
canEdit | ( | ) |
Checks the edit access to the iblock.
См. определение в файле iblockright.php строка 69
canRead | ( | ) |
Checks the read access to the iblock.
См. определение в файле iblockright.php строка 43
setListsPermission | ( | $listsPermission | ) |
Sets the access label that is needed to verify the rights of the entity.
string | $listsPermission | Access label. |
Замещает RightEntity.
См. определение в файле iblockright.php строка 33
const ACCESS_DENIED = "ACCESS_DENIED" |
См. определение в файле iblockright.php строка 13
const EDIT = "canEdit" |
См. определение в файле iblockright.php строка 16
const READ = "canRead" |
См. определение в файле iblockright.php строка 15