PHP 인터페이스 Airship\Engine\Contract\RouterInterface

파일 보기 프로젝트 열기: paragonie/airship

공개 메소드들

메소드 설명
__construct ( array $cabins = [] ) You should be able to pass cabin configurations here
route ( ) This method should fly your guest to their designated landing.
testLanding ( string $path, string $uri, array &$args = [], boolean $needsPrep = false ) : boolean Test a path against a URI

메소드 상세

__construct() 공개 메소드

You should be able to pass cabin configurations here
public __construct ( array $cabins = [] )
$cabins array

route() 공개 메소드

This method should fly your guest to their designated landing.
public route ( )

testLanding() 공개 정적인 메소드

Test a path against a URI
public static testLanding ( string $path, string $uri, array &$args = [], boolean $needsPrep = false ) : boolean
$path string
$uri string
$args array
$needsPrep boolean
리턴 boolean