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

getPaths() public method

Get all of the path definitions for an endpoint.
public getPaths ( ) : array[AbstractPath]
return array[AbstractPath]
    public function getPaths()
    {
        return $this->paths;
    }