예제 #1
0
파일: URL.php 프로젝트: cedx/yii2-mustache
 /**
  * Returns the canonical URL of the currently requested page.
  * @return string The canonical URL of the currently requested page.
  */
 public function getCanonical() : string
 {
     return UrlHelper::canonical();
 }