Property | Type | Description | |
---|---|---|---|
$methods | array | All of the resource controller methods. |
Method | Description | |
---|---|---|
modifyCollection ( |
Method | Description | |
---|---|---|
extractFromEndpoints ( |
Extract method items from endpoints for the given key. | |
getEndpointsWithResourceMethods ( |
Get all of the resource method endpoints with pathless filters. | |
getMiddleware ( |
Get all of the middleware defined on the resource method endpoints. |
protected extractFromEndpoints ( |
||
$endpoints | ||
$key | string | |
return | array |
protected getEndpointsWithResourceMethods ( |
||
$endpoints | ||
return | array |
protected getMiddleware ( |
||
$endpoints | ||
return | array |
public modifyCollection ( |
||
$endpoints | ||
$class | ReflectionClass |
protected array $methods | ||
return | array |