Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/Api/Entity/UniversalPart/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/Api/Entity/UniversalPart/OrderList.php

<?php
namespace Ipolh\SDEK\Api\Entity\UniversalPart;

use Ipolh\SDEK\Api\Entity\AbstractCollection;

/**
 * Class OrderList
 * @package Ipolh\SDEK\Api
 * @subpackage Entity\UniversalPart
 * @method Order getFirst()
 * @method Order getNext()
 */
class OrderList extends AbstractCollection
{
    protected $Orders;

    public function __construct()
    {
        parent::__construct('Orders');
    }
}