• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/actualentityselector.php
  • Класс: Bitrix\Crm\Integrity\ActualEntitySelector
  • Вызов: ActualEntitySelector::rank
protected function rank($entityTypeId)
{
	// actual ranking
	return $this->getRanking()
		->setDynamicTypeId($this->getDynamicTypeId())
		->rank(
			$entityTypeId,
			$this->getRankableList($entityTypeId),
			$this->canRank($entityTypeId)
		)
	;
}