• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/sms/provider/smsru.php
  • Класс: Bitrix\Crm\Integration\Sms\Provider\SmsRu
  • Вызов: SmsRu::getOwnerInfo
public function getOwnerInfo()
{
	return array(
		'phone' => $this->getOption('user_phone'),
		'firstName' => $this->getOption('user_firstname'),
		'lastName' => $this->getOption('user_lastname'),
		'email' => $this->getOption('user_email')
	);
}