yii\base\Theme::getBaseUrl PHP Méthode

getBaseUrl() public méthode

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