TMarshallable
Tags
Table of Contents
Properties
- $marshall_field_exemptions : array<string|int, mixed>
Methods
- addMarshallFieldExemption() : void
- Adds a field that should be extempted when this object is marshalled
- getMarshallFieldExemptions() : array<string|int, mixed>
- Gets the fields that are exempted when object is marshalled
Properties
$marshall_field_exemptions
protected
array<string|int, mixed>
$marshall_field_exemptions
= []
Methods
addMarshallFieldExemption()
Adds a field that should be extempted when this object is marshalled
public
addMarshallFieldExemption(string $field) : void
Parameters
- $field : string
getMarshallFieldExemptions()
Gets the fields that are exempted when object is marshalled
public
getMarshallFieldExemptions() : array<string|int, mixed>
Return values
array<string|int, mixed> —An array of fields that are exempted when the object is marshalled