• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/controller/status.php
  • Класс: BitrixSaleControllerStatus
  • Вызов: Status::get
protected function get($id)
{
	return $this->getEntityTable()::getById($id)->fetch();
}