Copied!
Abstract
Methods
public __construct()
public __get(string $field) : ?mixed
 

Unset fields will return null

public __set(string $field, ?mixed $value) : void
public getData() : array
 
  • return array<string,mixed>
public getJSON() : string
public getValidFields() : array
 

Return all the valid fields for the object. Index is field name and value is the type.

  • return array<string,string>
Properties
protected static array $validFields = []
 
  • var array<string,string|string[]>
Properties
private array $data = []
 
  • var array<string,string>
private static array $scalars = ['boolean' => true, 'double' => true, 'integer' => true, 'string' => true]
 
  • var array<string,true>
private array $setFields = []
 
  • var array<string,string>
Properties
private static array $scalars = ['boolean' => true, 'double' => true, 'integer' => true, 'string' => true]
 
  • var array<string,true>
protected static array $validFields = []
 
  • var array<string,string|string[]>
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration