클래스·함수 명세

Router

Zittme\Framework\Router 클래스의 공개 메서드 목록입니다. 이 문서는 Zittme 코어 소스에서 자동 생성되었습니다.

소스: common/framework/Router.php

공개 메서드

  • static function getRewriteLevel()
  • Return the currently configured rewrite level.
  • static function parseURL(string $method, string $url, int $rewrite_level)
  • Extract request arguments from the current URL.
  • static function getURL(array $args, int $rewrite_level)
  • Create a URL for the given set of arguments.