yii\base\Theme::getBaseUrl PHP 메소드

getBaseUrl() 공개 메소드

public getBaseUrl ( ) : string
리턴 string the base URL (without ending slash) for this theme. All resources of this theme are considered to be under this base URL.
    public function getBaseUrl()
    {
        return $this->_baseUrl;
    }