Copied!
  • property string $Server
  • property string $Version
  • property string $Port
  • property string $Transport
CloneableInstantiable
Methods
public __construct(array $sessionData = [], string $parseMode = '')
 
  • param array<int,string> $sessionData
public PHPFUI\MySQLSlowQuery\BaseObject::__get(string $field)
 

Allows for $object->field syntax

  • return string|array<int,mixed>
public PHPFUI\MySQLSlowQuery\BaseObject::__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 PHPFUI\MySQLSlowQuery\BaseObject::asArray() : array
 
  • return array<string,mixed>
Properties
protected array PHPFUI\MySQLSlowQuery\BaseObject::$fields = []
 
  • var array<string,mixed> $fields
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration