Abstract
- Children
Methods |
public __construct(array $initialValues = []) |
public __get(string $field) : ?mixed Unset fields will return null |
public __set(string $field, ?mixed $value)
|
public getData() : array
|
public getfields() : array
|
public getJSON() : string
|
Properties |
protected static array $fields = []
|
protected static array $maxLength = []
|
protected static array $minLength = []
|
protected static array $requiredFields = []
|
Properties |
private bool $constructingFromArray = false
|
private array $data = [] $var array<string, mixed> the actual object data by field name. |
private static array $scalars = ['bool' => true, 'float' => true, 'int' => true, 'string' => true, 'array' => true]
|
private array $setFields = []
|
Properties |
protected static array $fields = []
|
protected static array $maxLength = []
|
protected static array $minLength = []
|
protected static array $requiredFields = []
|
private static array $scalars = ['bool' => true, 'float' => true, 'int' => true, 'string' => true, 'array' => true]
|