TypeInfo::get

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. TypeInfo
  4. get
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/volatile/typeinfo.php
  • Класс: Bitrix\Crm\Integrity\Volatile\TypeInfo
  • Вызов: TypeInfo::get
public function get(): array
{
	$result = [];

	$this->ensureInformationLoaded();

	foreach ($this->indexByVolatileTypeId as $volatileTypeId => $index)
	{
		$result[$volatileTypeId] = $this->info[$index];
	}

	return $result;
}

Добавить комментарий