luya\base\Module::import PHP 메소드

import() 공개 메소드

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.
리턴 boolean | array
    public function import(ImportControllerInterface $importer)
    {
        return false;
    }