LazyRecord\Command\BaseCommand::prepare PHP 메소드

prepare() 공개 메소드

public prepare ( )
    public function prepare()
    {
        // softly load the config file.
        $this->config = ConfigLoader::getInstance();
        $this->config->loadFromSymbol(true);
        // force loading
        if ($this->config->isLoaded()) {
            $this->config->initForBuild();
        }
    }