• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/crm/fields/crm.php
  • Класс: BitrixTasksIntegrationCRMFieldsCrm
  • Вызов: Crm::__construct
public function __construct(int $id, int $typeId, string $caption, string $url)
{
	$this->id = $id;
	$this->typeId = $typeId;
	$this->caption = $caption;
	$this->url = $url;
}