yii\base\Theme::getBaseUrl PHP Method

getBaseUrl() public method

public getBaseUrl ( ) : string
return 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;
    }