PhalconRest\Export\Documentation::getRoutes PHP Method

getRoutes() public method

public getRoutes ( )
    public function getRoutes()
    {
        return $this->routes;
    }

Usage Example

 public function includeRoutes(Documentation $documentation)
 {
     return $this->collection($documentation->getRoutes(), new RouteTransformer());
 }