コード例 #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();
 }