• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Kanban/Client/Info.php
  • Класс: BitrixCrmMobileKanbanClientInfo
  • Вызов: Info::__construct
private function __construct(array $item, string $type, string $title)
{
	$this->item = $item;
	$this->type = $type;
	$this->title = $title;
}