• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/classes/general/iblock_rights.php
  • Класс: CIBlockRights
  • Вызов: CIBlockRights::__construct
function __construct($IBLOCK_ID)
{
	$this->IBLOCK_ID = (int)$IBLOCK_ID;
	$this->id = $this->IBLOCK_ID;
}