PhalconRest\Export\Documentation\ApiCollection::getEndpoints PHP Method

getEndpoints() public method

public getEndpoints ( )
    public function getEndpoints()
    {
        return $this->endpoints;
    }

Usage Example

 public function includeEndpoints(DocumentationCollection $collection)
 {
     return $this->collection($collection->getEndpoints(), new ApiEndpointTransformer());
 }