Annotation
in package
Annotations class.
Table of Contents
- $value : mixed
- Value property. Common among all derived classes.
- __construct() : mixed
- __get() : mixed
- Error handler for unknown property accessor in Annotation class.
- __set() : mixed
- Error handler for unknown property mutator in Annotation class.
Properties
$value
Value property. Common among all derived classes.
public
mixed
$value
Methods
__construct()
public
final __construct(array<string, mixed> $data) : mixed
Parameters
- $data : array<string, mixed>
-
Key-value for properties to be defined in this class.
Return values
mixed —__get()
Error handler for unknown property accessor in Annotation class.
public
__get(string $name) : mixed
Parameters
- $name : string
-
Unknown property name.
Tags
Return values
mixed —__set()
Error handler for unknown property mutator in Annotation class.
public
__set(string $name, mixed $value) : mixed
Parameters
- $name : string
-
Unknown property name.
- $value : mixed
-
Property value.