Dietcube\Application::getDefaultDirs PHP Method

getDefaultDirs() protected method

protected getDefaultDirs ( )
    protected function getDefaultDirs()
    {
        return ['controller' => $this->app_root . '/Controller', 'config' => $this->app_root . '/config', 'template' => $this->app_root . '/template', 'resource' => $this->app_root . '/resource', 'webroot' => dirname($this->app_root) . '/webroot', 'tests' => dirname($this->app_root) . '/tests', 'vendor' => dirname($this->app_root) . '/vendor', 'tmp' => dirname($this->app_root) . '/tmp'];
    }