• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/entity/contact.php
  • Класс: BitrixSenderEntityContact
  • Вызов: Contact::getDefaultData
protected function getDefaultData()
{
	return array(
		'NAME' => '',
		'CODE' => '',
		'TYPE_ID' => RecipientType::EMAIL,
		'BLACKLISTED' => 'N',
		'SET_LIST' => [],
		'SUB_LIST' => [],
		'UNSUB_LIST' => [],
	);
}