getName()
array getMethods() Returns the uppercased HTTP methods this route is restricted to. So an empty array means that any method is allowed. Return Value array The methods
getMethods()
string getHost() Returns the pattern for the host. Return Value string The host pattern
getHost()
array getDefaults() Returns the defaults. Return Value array The defaults
getDefaults()
mixed getDefault(string $name) Gets a default value. Parameters string $name A variable name Return Value mixed The default value or null when not given
string getCondition() Returns the condition. Return Value string The condition
getCondition()
Page 147 of 787