- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_product_file.php
- Класс: \CCrmProductFile
- Вызов: CCrmProductFile::IsImage
function IsImage() { return is_array($this->_file) && ($this->_width > 0) && ($this->_height > 0); }
function IsImage() { return is_array($this->_file) && ($this->_width > 0) && ($this->_height > 0); }