• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Timeline/Layout/Header/InfoHelperLink.php
  • Класс: Bitrix\Crm\Service\Timeline\Layout\Header\InfoHelperLink
  • Вызов: InfoHelperLink::__construct
public function __construct(string $text, Action $action)
{
	$this->text = $text;
	$this->action = $action;
}