luya\base\Module::import PHP Method

import() public method

Define a last of importer class with an array or run code directily with the import() method.
public import ( luya\console\interfaces\ImportControllerInterface $importer ) : boolean | array
$importer luya\console\interfaces\ImportControllerInterface The importer controller class which will be invoke to the import method.
return boolean | array
    public function import(ImportControllerInterface $importer)
    {
        return false;
    }