bool hasDefault(string $name) Checks if a default value is set for the given variable. Parameters string $name A variable name Return Value bool true if the default value is set, false otherwise
array getSchemes() Returns the lowercased schemes this route is restricted to. So an empty array means that any scheme is allowed. Return Value array The schemes
array getOptions() Returns the options. Return Value array The options
string getPath() Returns the pattern for the path. Return Value string The path pattern
string|null getRequirement(string $key) Returns the requirement for the given key. Parameters string $key The key Return Value string|null The regex or null when not given
getPath()
getRequirements()
array getRequirements() Returns the requirements. Return Value array The requirements
getMethods()
getOptions()
Page 146 of 787