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

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

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

__construct ( RightParam $rightParam)

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

Методы

◆ canEdit()

canEdit ( )

Checks the edit access to the iblock.

Возвращает
bool

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

◆ canRead()

canRead ( )

Checks the read access to the iblock.

Возвращает
bool

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

◆ setListsPermission()

setListsPermission ( $listsPermission)

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

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

Замещает RightEntity.

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

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

◆ ACCESS_DENIED

const ACCESS_DENIED = "ACCESS_DENIED"

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

◆ EDIT

const EDIT = "canEdit"

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

◆ READ

const READ = "canRead"

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