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
getSchemes()
array getRequirements() Returns the requirements. Return Value array The requirements
getRequirements()
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
string getPath() Returns the pattern for the path. Return Value string The path pattern
getPath()
array getOptions() Returns the options. Return Value array The options
getOptions()
mixed getOption(string $name) Get an option value. Parameters string $name An option name Return Value mixed The option value or null when not given
Page 146 of 787