Improve class docs of Pico::getBaseThemeUrl() and Pico::getUrlFromPath()
This commit is contained in:
parent
8d6e9ac31e
commit
715cb83431
@ -2243,6 +2243,8 @@ class Pico
|
|||||||
/**
|
/**
|
||||||
* Returns the URL of the themes folder of this Pico instance
|
* Returns the URL of the themes folder of this Pico instance
|
||||||
*
|
*
|
||||||
|
* @see Pico::getUrlFromPath()
|
||||||
|
*
|
||||||
* @deprecated 3.0.0
|
* @deprecated 3.0.0
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string
|
||||||
@ -2266,7 +2268,7 @@ class Pico
|
|||||||
* This method is used to guess Pico's `plugins_url`, `themes_url` and
|
* This method is used to guess Pico's `plugins_url`, `themes_url` and
|
||||||
* `assets_url`. However, guessing might fail, requiring a manual config.
|
* `assets_url`. However, guessing might fail, requiring a manual config.
|
||||||
*
|
*
|
||||||
* @param $absolutePath
|
* @param string $absolutePath the absolute path to interpret
|
||||||
*
|
*
|
||||||
* @return string the URL of the given folder
|
* @return string the URL of the given folder
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user