PermissionManager constructor
const
PermissionManager()
Abstract interface for elements that can have protection domains.
{@template protection_element_features}
Key Features
- Protection domain integration
- Permission checking
Implementations
Typically implemented by:
ClassMetadata
for class-level annotationsMethodMetadata
for method annotationsFieldMetadata
for field annotationsParameterMetadata
for parameter annotations
Implementation
const PermissionManager();