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