PHP 클래스 router, kirby

파일 보기 프로젝트 열기: bastianallgeier/kirby 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$not_found
$params
$routes

공개 메소드들

메소드 설명
call ( $callback )
delete ( $url, $callback )
get ( $url, $callback )
map ( )
not_found ( $callback )
param ( $key, $default = null )
post ( $url, $callback )
put ( $url, $callback )
run ( $routes = null )
set ( $methods, $url, $callback = null )
to ( $url )

메소드 상세

call() 공개 메소드

public call ( $callback )

delete() 공개 메소드

public delete ( $url, $callback )

get() 공개 메소드

public get ( $url, $callback )

map() 공개 메소드

public map ( )

not_found() 공개 메소드

public not_found ( $callback )

param() 공개 메소드

public param ( $key, $default = null )

post() 공개 메소드

public post ( $url, $callback )

put() 공개 메소드

public put ( $url, $callback )

run() 공개 메소드

public run ( $routes = null )

set() 공개 메소드

public set ( $methods, $url, $callback = null )

to() 공개 메소드

public to ( $url )

프로퍼티 상세

$not_found 공개적으로 정적으로 프로퍼티

public static $not_found

$params 공개적으로 정적으로 프로퍼티

public static $params

$routes 공개적으로 정적으로 프로퍼티

public static $routes