Airship\Engine\Contract\RouterInterface::testLanding PHP Method

testLanding() public static method

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