public removeExtraSlashes (mixed $remove) Set whether router must remove the extra slashes in the handled routes
public setPaths (mixed $paths) Set common paths for all the routes in the group
public beforeMatch (mixed $beforeMatch) Sets a callback that is called if the route is matched. The developer can
abstract public addGet (mixed $pattern, [mixed $paths]) ...
public isExactControllerName () Returns whether controller name should not be mangled
public getCompiledPattern () Returns the route’s compiled pattern
public setDefaultNamespace (mixed $namespaceName) Sets the name of the default namespace
abstract public compilePattern (mixed $pattern) ...
abstract public getPaths () ...
public getName () Returns the route’s name
Page 13 of 14