File manager - Edit - /home/web/vm-3fadc827.na4u.ru/www/bitrix/modules/sale/lib/location/comparator/mapper.php
Back
<? namespace Bitrix\Sale\Location\Comparator; use Bitrix\Sale\Delivery\ExternalLocationMap; abstract class Mapper extends ExternalLocationMap { protected $collectDuplicated = false; protected $collectNotFound = false; protected $collectMapped = false; /** * @param string $stage Identities current stage. * @param string $step Idenifies current step of the stage. * @param int $progress Operation progress (%) 0 - 100. * @param int $timeout Seconds for stepping. * @return array */ abstract public function map($stage, $step = '', $progress = 0, $timeout = 0); public function setCollectDuplicated($collect) { $this->collectDuplicated = (bool)$collect; } public function setCollectNotFound($collect) { $this->collectNotFound = (bool)$collect; } public function setCollectMapped($collect) { $this->collectMapped = (bool)$collect; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.28 |
proxy
|
phpinfo
|
Settings