PropertyAnnotations
in package
Class PropertyAnnotations
Tags
Table of Contents
Properties
- $accessor : Accessor|null
- $jsonField : JsonField|null
- $serializedName : SerializedName|null
- $type : Type|null
Methods
- __construct() : mixed
- PropertyAnnotations constructor.
Properties
$accessor
public
Accessor|null
$accessor
$jsonField
public
JsonField|null
$jsonField
$serializedName
public
SerializedName|null
$serializedName
$type
public
Type|null
$type
Methods
__construct()
PropertyAnnotations constructor.
public
__construct([array<string|int, object> $annotations = [] ]) : mixed
Parameters
- $annotations : array<string|int, object> = []