abstract public post (mixed $routePattern, mixed $handler, [mixed $name]) ...
abstract public options (mixed $routePattern, mixed $handler, [mixed $name]) ...
abstract public head (mixed $routePattern, mixed $handler, [mixed $name]) ...
abstract public getPrefix () ...
abstract public patch (mixed $routePattern, mixed $handler, [mixed $name]) ...
abstract public getHandlers () ...
abstract public map (mixed $routePattern, mixed $handler, [mixed $name]) ...
abstract public isLazy () ...
abstract public delete (mixed $routePattern, mixed $handler, [mixed $name]) ...
public setPrefix (mixed $prefix) Sets a prefix for all routes added to the collection
Page 176 of 382