Adamgoose\Routing\Annotations\Annotations\Resource::getMiddleware PHP Method

getMiddleware() protected method

Get all of the middleware defined on the resource method endpoints.
protected getMiddleware ( EndpointCollection $endpoints ) : array
$endpoints Adamgoose\Routing\Annotations\EndpointCollection
return array
    protected function getMiddleware(EndpointCollection $endpoints)
    {
        return $this->extractFromEndpoints($endpoints, 'middleware');
    }