• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/util/process.php
  • Класс: BitrixSaleLocationUtilis
  • Вызов: is::isStage
public function isStage($code)
{
	return $this->stages[$this->stage]['CODE'] == $code;
}