Adamgoose\Routing\Annotations\ResourceEndpoint::getPaths PHP Метод

getPaths() публичный метод

Get all of the path definitions for an endpoint.
public getPaths ( ) : array[AbstractPath]
Результат array[AbstractPath]
    public function getPaths()
    {
        return $this->paths;
    }