コード例 #1
0
ファイル: API.php プロジェクト: mgou-net/piwik
 /**
  * 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);
 }