bool httpsOnly() Determine if the route only responds to HTTPS requests. Return Value bool
bool httpOnly() Determine if the route only responds to HTTP requests. Return Value bool
bool hasParameters() Determine if the route has parameters. Return Value bool
bool hasParameter(string $name) Determine a given parameter exists from the route. Parameters string $name Return Value bool
static array getValidators() Get the route validators for the instance. Return Value array
string getUri() Get the URI that the route responds to. Return Value string
string getPrefix() Get the prefix of the route instance. Return Value string
string getPath() Get the URI associated with the route. Return Value string
string|object getParameter(string $name, mixed $default = null) Get a given parameter from the route. Parameters string $name mixed $default Return Value string|object
string getName() Get the name of the route instance. Return Value string
Page 225 of 996