Current Path : /home/bitrix/ext_www/home-comfort.in.ua/bitrix/modules/sale/lib/cashbox/ |
Current File : /home/bitrix/ext_www/home-comfort.in.ua/bitrix/modules/sale/lib/cashbox/icheckable.php |
<?php namespace Bitrix\Sale\Cashbox; use Bitrix\Sale\Result; interface ICheckable { /** * @param Check $check * @return Result */ public function check(Check $check); }