File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/ipol.sdek/classes/lib/Core/Delivery/TariffCollection.php
Back
<?php namespace Ipolh\SDEK\Core\Delivery; use Ipolh\SDEK\Core\Entity\Collection; /** * Class TariffCollection * @package Ipolh\SDEK\Core * @subpackage Delivery * Set of tariffs, for case when shipment can be delivered in more than one way (and API allows to calculate them in one request) * @method false|Tariff getFirst * @method false|Tariff getNext * @method false|Tariff getLast */ class TariffCollection extends Collection { /** * @var array */ protected $Tariffs; /** * TariffCollection constructor. */ public function __construct() { parent::__construct('Tariffs'); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.37 |
proxy
|
phpinfo
|
Settings