Method | Description | |
---|---|---|
__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 |
public __construct ( array $cabins = [] ) | ||
$cabins | array |
public route ( ) |