Example #1
0
 /**
  * Разбирает массив HASH в массив GET по правилам роутинга
  *
  * @return void
  */
 protected function parseRequestUri()
 {
     $uriHash = $this->createUriHash();
     return $this->router->convertUri($uriHash);
 }