• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/format/companyaddressformatter.php
  • Класс: Bitrix\Crm\Format\CompanyAddressFormatter
  • Вызов: CompanyAddressFormatter::prepareLines
static function prepareLines(array $fields, array $options = null)
{
	return parent::prepareLines(CompanyAddress::mapEntityFields($fields, $options), $options);
}