RequireAccess.php
Table of Contents
Classes
- RequireAccess
- Declarative per-endpoint authorization requirement (CONTRACT.md §11, canonical
`require_access(action, resource[, scope])`). Placing this attribute on a controller
method or class does not itself perform any check — it is metadata read by the
framework-specific enforcement listener
({@see \Axiam\Sdk\Symfony\AxiamAccessAttributeListener},
{@see \Axiam\Sdk\Laravel\AxiamAccessMiddleware}), which resolves the target resource
and delegates the actual authorization decision to
{@see \Axiam\Sdk\AccessEnforcer::enforceAccess()}.