示例#1
0
 /**
  * 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();
 }