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;
    }