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/ItemList.php

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

use Ipolh\SDEK\Api\Entity\AbstractCollection;

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

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