Classes
Security
extends AbstractAnnotation
in package
Tags
Table of Contents
- $_required : mixed
- $_types : mixed
- {@inheritdoc}
- $name : string
- $scopes : array<string|int, string>
- __construct() : mixed
Properties
$_required
public
static mixed
$_required
= ['name']
$_types
{@inheritdoc}
public
static mixed
$_types
= ['name' => 'string', 'scopes' => '[string]']
$name
public
string
$name
$scopes
public
array<string|int, string>
$scopes
= []
Methods
__construct()
public
__construct([array<string|int, mixed> $properties = [] ][, string $name = null ][, array<string|int, mixed> $scopes = [] ]) : mixed
Parameters
- $properties : array<string|int, mixed> = []
- $name : string = null
- $scopes : array<string|int, mixed> = []