Improve class docs of Pico::getBaseThemeUrl() and Pico::getUrlFromPath()

This commit is contained in:
Daniel Rudolf 2019-08-29 23:07:16 +02:00
parent 8d6e9ac31e
commit 715cb83431
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538

View File

@ -2243,6 +2243,8 @@ class Pico
/**
* Returns the URL of the themes folder of this Pico instance
*
* @see Pico::getUrlFromPath()
*
* @deprecated 3.0.0
*
* @return string
@ -2266,7 +2268,7 @@ class Pico
* This method is used to guess Pico's `plugins_url`, `themes_url` and
* `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
*/