getUrl() public method
Converts a relative URL into an absolute URL using $baseUrl.
| public string getUrl ( $url ) | ||
|---|---|---|
| $url | string | 
 The relative URL to be converted.  |  
| return | string | 
 The absolute URL  |  
| throws | yii\base\InvalidConfigException | 
 if $baseUrl is not set  |  
Please login to continue.