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