Documentation

TMarshallable

Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

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


        
On this page

Search results