AuthorizedAdminSetting
in package
Attribute for controller methods that should be only accessible with full admin or partial admin permissions.
Tags
Attributes
- #[Attribute]
- \Attribute::TARGET_METHOD | \Attribute::IS_REPEATABLE
Table of Contents
Properties
- $settings : string
Methods
- __construct() : mixed
- getSettings() : IDelegatedSettings>
Properties
$settings
protected
string
$settings
Methods
__construct()
public
__construct(IDelegatedSettings> $settings) : mixed
Parameters
- $settings : IDelegatedSettings>
-
A settings section the user needs to be able to access
Tags
getSettings()
public
getSettings() : IDelegatedSettings>