- Модуль: fileman
- Путь к файлу: ~/bitrix/modules/fileman/classes/general/editor_utils.php
- Класс: CEditorUtils
- Вызов: CEditorUtils::GetCompProperties
static function GetCompProperties($name, $template = '', $siteTemplateId = '', $arCurVals = array())
{
$stid = $siteTemplateId;
$arProps = CComponentUtil::GetComponentProps($name, $arCurVals);
$arTemplateProps = CComponentUtil::GetTemplateProps($name, $template, $stid, $arCurVals);
return $arProps['PARAMETERS'] + $arTemplateProps;
}