ZEROSPAM\Framework\SDK\Request\Api\HasNullableFields
Synopsis
trait HasNullableFields
{
- // members
- private array $nullableChanged = ;
- // methods
- public bool isNullable()
- public bool isValueChanged()
- protected void nullableChanged()
Hierarchy
Used by
Members
private
- $nullableChanged — array
Methods
protected
- nullableChanged() — Trigger the fact the nullable changed
public
- isNullable() — Is the given field nullable
- isValueChanged() — Check if the given field is nullable and if it should be included in the request
History
-
2018-07-16T14:26:38+00:00 (commit #290a97d)
Author: Antoine Aflalo (antoine.aflalo@zerospam.ca) / Commiter: Antoine Aflalo (antoine.aflalo@zerospam.ca)
feat(Response): Split Ratelimited from BaseResponse New type of response can now be easily build.