• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/cashbox.php
  • Класс: BitrixSaleCashboxCashbox
  • Вызов: Cashbox::getOfd
public function getOfd()
{
	if ($this->ofd === null)
	{
		$this->ofd = Ofd::create($this);
	}

	return $this->ofd;
}