yii\base\Theme::getBasePath PHP Метод

getBasePath() публичный Метод

См. также: pathMap
public getBasePath ( ) : string
Результат string the root path of this theme. All resources of this theme are located under this directory.
    public function getBasePath()
    {
        return $this->_basePath;
    }