• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/vcard/vcardfile.php
  • Класс: Bitrix\Crm\VCard\VCardFile
  • Вызов: VCardFile::__toString
public function __toString()
{
	return '{ value: '.$this->value.', valueType: '.$this->valueType.', type: '.$this->type.', encoding: '.$this->encoding.' }';
}