Airship\Engine\Contract\RouterInterface::testLanding PHP 메소드

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
    public static function testLanding(string $path, string $uri, array &$args = [], bool $needsPrep = false) : bool;