• Модуль: dav
  • Путь к файлу: ~/bitrix/modules/dav/classes/general/addressbookcrmcompanies.php
  • Класс: CDavCrmCompanies
  • Вызов: CDavCrmCompanies::AttachToEntityImgId
protected function AttachToEntityImgId($entityParams, $fileContent, $fileExtension)
{
	if (!isset($entityParams['LOGO']) || !$entityParams['LOGO'])
	{
		$entityParams['LOGO'] = $this->SaveImg($fileContent, $fileExtension);
	}
	return $entityParams;
}