Abstract
Methods |
public abstract __construct ( array $paramters = [ ] ) |
public
__get
(
string
$field
) Allows for $object->field syntax |
public
__set
(
string
$field
,
$value
) Allows for $object->field = $x syntax
|
public asArray () : array |
Properties |
protected $fields |