void register(string $name, string $controller, array $options = array())
string getVerb(string $name) Extract the verb from a controller action
Collection sort(callable $callback = null)
$this middleware(string $name, string $class) Register a short-hand name
$this defaults(string $key, mixed $value) Set a default value for the route
bool containsStrict(mixed $key, mixed $value = null) Determine if an item
bool httpOnly() Determine if the route only responds to HTTP requests.
string getLastGroupPrefix() Get the prefix from the last group on the stack
string full() Get the full URL for the current request.
void forceSchema(string $schema) Force the schema for URLs.
Page 27 of 43