• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/timeline/contactcontroller.php
  • Класс: Bitrix\Crm\Timeline\ContactController
  • Вызов: ContactController::getSupportedPullCommands
public function getSupportedPullCommands()
{
	return array(
		'add' => self::ADD_EVENT_NAME,
		'remove' => self::REMOVE_EVENT_NAME,
		'restore' => self::RESTORE_EVENT_NAME
	);
}