Пример #1
0
 /**
  * Returns the URL to application SVG Logo
  *
  * @ignore
  * @param bool $pathOnly If true, returns path relative to doc root. Otherwise, returns a URL.
  * @return string
  */
 public function getSVGLogoUrl($pathOnly = false)
 {
     $logo = new CustomLogo();
     return $logo->getSVGLogoUrl($pathOnly);
 }