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

pico-3.0-alpha
Daniel Rudolf 6 years ago
parent 8d6e9ac31e
commit 715cb83431
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 4
      lib/Pico.php

@ -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…
Cancel
Save