Пример #1
0
 /**
  * GET /link action
  *
  * @route {method: get, name: "home/link", path: "/link"}
  *
  * @return void
  */
 public function getLink()
 {
     echo Router::path("home/user", ["id" => "eser"]);
 }