Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/Core/Entity/Result/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/ipol.sdek/classes/lib/Core/Entity/Result/ErrorCollection.php

<?php
namespace Ipolh\SDEK\Core\Entity\Result;

/**
 * Class ErrorCollection
 * @package Ipolh\SDEK\Core
 * @subpackage Entity
 * @method Error getFirst
 * @method Error getNext
 * @method Error getLast
 */
class ErrorCollection extends InfoCollection
{
    protected $Errors;

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