PHP 클래스 Rack, php-rack

상속: extends AppModel
파일 보기 프로젝트 열기: jimeh/php-rack 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$env
$middleware

공개 메소드들

메소드 설명
add ( $name, $file = null )
init ( $middleware = [] )
insert_after ( $target, $name, $file = null )
insert_before ( $target, $name, $file = null )
not_found ( )
run ( )
swap ( $target, $name, $file = null )

비공개 메소드들

메소드 설명
require_file ( $file = null )

메소드 상세

add() 공개 정적인 메소드

public static add ( $name, $file = null )

init() 공개 정적인 메소드

public static init ( $middleware = [] )

insert_after() 공개 정적인 메소드

public static insert_after ( $target, $name, $file = null )

insert_before() 공개 정적인 메소드

public static insert_before ( $target, $name, $file = null )

not_found() 공개 정적인 메소드

public static not_found ( )

run() 공개 정적인 메소드

public static run ( )

swap() 공개 정적인 메소드

public static swap ( $target, $name, $file = null )

프로퍼티 상세

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

public static $env

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

public static $middleware