Copied!
Abstract
Methods
public abstract __construct(array $parameters = [])
 
  • param array<string,string> $parameters $parameters
public __get(string $field)
 

Allows for $object->field syntax

  • return string|array<int,mixed>
public __set(string $field, ?mixed $value)
 

Allows for $object->field = $x syntax

  • param mixed $value value to set
  • return mixed returns $value so you can string together assignments
public asArray() : array
 
  • return array<string,mixed>
Properties
protected array $fields = []
 
  • var array<string,mixed> $fields
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration