Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс RightParam

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

 __construct (Param $param)
 
 getUser ()
 
 setUser (\CUser $user)
 
 getIblockTypeId ()
 
 setIblockTypeId ($iblockTypeId)
 
 getIblockId ()
 
 setIblockId ($iblockId)
 
 getSocnetGroupId ()
 
 setSocnetGroupId ($socnetGroupId)
 
 getEntityId ()
 
 setEntityId ($entityId)
 
 getSectionId ()
 
 setSectionId (int $sectionId)
 
 getClosedStatusSocnetGroup ()
 

Подробное описание

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

Конструктор(ы)

◆ __construct()

__construct ( Param $param)

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

Методы

◆ getClosedStatusSocnetGroup()

getClosedStatusSocnetGroup ( )

Returns the closing status of the socnet group.

Возвращает
bool
Исключения

Bitrix\Main\ArgumentNullException

Исключения

Bitrix\Main\ArgumentOutOfRangeException

Исключения

Bitrix\Main\LoaderException

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

◆ getEntityId()

getEntityId ( )
Возвращает
int

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

◆ getIblockId()

getIblockId ( )
Возвращает
bool|int

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

◆ getIblockTypeId()

getIblockTypeId ( )
Возвращает
string

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

◆ getSectionId()

getSectionId ( )

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

◆ getSocnetGroupId()

getSocnetGroupId ( )
Возвращает
int

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

◆ getUser()

getUser ( )
Возвращает
\CUser

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

◆ setEntityId()

setEntityId ( $entityId)
Аргументы
int$entityId

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

◆ setIblockId()

setIblockId ( $iblockId)
Аргументы
bool | int$iblockId

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

◆ setIblockTypeId()

setIblockTypeId ( $iblockTypeId)
Аргументы
string$iblockTypeId

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

◆ setSectionId()

setSectionId ( int $sectionId)

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

◆ setSocnetGroupId()

setSocnetGroupId ( $socnetGroupId)
Аргументы
int$socnetGroupId

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

◆ setUser()

setUser ( \CUser $user)
Аргументы
\CUser$user

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