• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/vcard/vcardelement.php
  • Класс: Bitrix\Crm\VCard\VCardElement
  • Вызов: VCardElement::getFirstAttributeByName
public function getFirstAttributeByName($name)
{
	return isset($this->attributes[$name]) && !empty($this->attributes[$name]) ? $this->attributes[$name][0] : null;
}