• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/event_calendar.php
  • Класс: CEventCalendar
  • Вызов: CEventCalendar::GetLinkIBlock1
function GetLinkIBlock1($iblockId)
// {
	// if(!is_array($this->arParentPropertyCache))
		// $this->arParentPropertyCache = array();
	// if(!array_key_exists($iblockId, $this->arParentPropertyCache))
	// {
		// $rsProperty = CIBlockProperty::GetList(array(), array(
			// "IBLOCK_ID" => $iblockId,
			// "TYPE" => "E",
			// "CODE" => "PARENT",
		// ));
		// $this->arParentPropertyCache[$iblockId] = $rsProperty->Fetch();
	// }
	// if($this->arParentPropertyCache[$iblockId])
		// return $this->arParentPropertyCache[$iblockId]["LINK_IBLOCK_ID"];
	// else
		// return false;
// }