Cake\Console\ShellDispatcher::_bootstrap PHP 메소드

_bootstrap() 보호된 메소드

Initializes the environment and loads the CakePHP core.
protected _bootstrap ( ) : boolean
리턴 boolean Success.
    protected function _bootstrap()
    {
        if (!Configure::read('App.fullBaseUrl')) {
            Configure::write('App.fullBaseUrl', 'http://localhost');
        }
        return true;
    }