Abstract
- Children
Methods |
public __construct() |
public __get(string $field) : ?mixed Unset fields will return null |
public __set(string $field, ?mixed $value) : void |
public getData() : array
|
public getJSON() : string |
public getValidFields() : array Return all the valid fields for the object. Index is field name and value is the type.
|
Properties |
protected static array $validFields = []
|
Properties |
private array $data = []
|
private static array $scalars = ['boolean' => true, 'double' => true, 'integer' => true, 'string' => true]
|
private array $setFields = []
|
Properties |
private static array $scalars = ['boolean' => true, 'double' => true, 'integer' => true, 'string' => true]
|
protected static array $validFields = []
|