Adamgoose\Routing\Annotations\ResourceEndpoint::buildPaths PHP Method

buildPaths() protected method

Build all of the paths for the resource endpoint.
protected buildPaths ( ) : void
return void
    protected function buildPaths()
    {
        foreach ($this->getIncludedMethods() as $method) {
            $this->paths[] = new ResourcePath($method);
        }
    }