|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct (RightParam $rightParam) | |
| setListsPermission ($listsPermission) | |
| canRead () | |
| canEdit () | |
| canAdd () | |
| canDelete () | |
| Открытые члены унаследованные от Errorable | |
| getErrors () | |
| getErrorByCode ($code) | |
Поля данных | |
| const | ACCESS_DENIED = "ACCESS_DENIED" |
| const | ADD = "canAdd" |
| const | READ = "canRead" |
| const | EDIT = "canEdit" |
| const | DELETE = "canDelete" |
См. определение в файле sectionright.php строка 9
| __construct | ( | RightParam | $rightParam | ) |
См. определение в файле sectionright.php строка 24
| canAdd | ( | ) |
Checks the add access to the section.
См. определение в файле sectionright.php строка 94
| canDelete | ( | ) |
Checks the delete access to the section.
См. определение в файле sectionright.php строка 121
| canEdit | ( | ) |
Checks the edit access to the section.
См. определение в файле sectionright.php строка 67
| canRead | ( | ) |
Checks the read access to the section.
См. определение в файле sectionright.php строка 48
| setListsPermission | ( | $listsPermission | ) |
Sets the access label that is needed to verify the rights of the entity.
| string | $listsPermission | Access label. |
Замещает RightEntity.
См. определение в файле sectionright.php строка 38
| const ACCESS_DENIED = "ACCESS_DENIED" |
См. определение в файле sectionright.php строка 13
| const ADD = "canAdd" |
См. определение в файле sectionright.php строка 15
| const DELETE = "canDelete" |
См. определение в файле sectionright.php строка 18
| const EDIT = "canEdit" |
См. определение в файле sectionright.php строка 17
| const READ = "canRead" |
См. определение в файле sectionright.php строка 16