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