Ddeboer\DataImport\Workflow\StepAggregator::__construct PHP Метод

__construct() публичный Метод

public __construct ( Ddeboer\DataImport\Reader $reader, string $name = null )
$reader Ddeboer\DataImport\Reader
$name string
    public function __construct(Reader $reader, $name = null)
    {
        $this->name = $name;
        $this->reader = $reader;
        // Defaults
        $this->logger = new NullLogger();
        $this->steps = new \SplPriorityQueue();
    }