Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс SectionRight
+ Граф наследования:SectionRight:

Открытые члены

 __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()

__construct ( RightParam $rightParam)

См. определение в файле sectionright.php строка 24

Методы

◆ canAdd()

canAdd ( )

Checks the add access to the section.

Возвращает
bool

См. определение в файле sectionright.php строка 94

◆ canDelete()

canDelete ( )

Checks the delete access to the section.

Возвращает
bool

См. определение в файле sectionright.php строка 121

◆ canEdit()

canEdit ( )

Checks the edit access to the section.

Возвращает
bool

См. определение в файле sectionright.php строка 67

◆ canRead()

canRead ( )

Checks the read access to the section.

Возвращает
bool

См. определение в файле sectionright.php строка 48

◆ setListsPermission()

setListsPermission ( $listsPermission)

Sets the access label that is needed to verify the rights of the entity.

Аргументы
string$listsPermissionAccess label.

Замещает RightEntity.

См. определение в файле sectionright.php строка 38

Данные класса

◆ ACCESS_DENIED

const ACCESS_DENIED = "ACCESS_DENIED"

См. определение в файле sectionright.php строка 13

◆ ADD

const ADD = "canAdd"

См. определение в файле sectionright.php строка 15

◆ DELETE

const DELETE = "canDelete"

См. определение в файле sectionright.php строка 18

◆ EDIT

const EDIT = "canEdit"

См. определение в файле sectionright.php строка 17

◆ READ

const READ = "canRead"

См. определение в файле sectionright.php строка 16