• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Relation/RelationType.php
  • Класс: Bitrix\Crm\Relation\RelationType
  • Вызов: RelationType::getAll
static function getAll(): array
{
	return [
		static::CONVERSION,
		static::BINDING,
	];
}