AssetCompress\Shell\AssetCompressShell::startup PHP 메소드

startup() 공개 메소드

Create the configuration object used in other classes.
public startup ( ) : void
리턴 void
    public function startup()
    {
        parent::startup();
        $configFinder = new ConfigFinder();
        $this->setConfig($configFinder->loadAll());
        $this->out();
    }