luya\console\Importer::__construct PHP Method

__construct() public method

Class constructor containing the importer object from where its called.
public __construct ( luya\console\interfaces\ImportControllerInterface $importer, $config = [] )
$importer luya\console\interfaces\ImportControllerInterface Import Object `\luya\commands\ImportController`.
    public function __construct(ImportControllerInterface $importer, $config = [])
    {
        $this->_importer = $importer;
        parent::__construct($config);
    }