Copied!
CloneableInstantiable
Methods |
public Example\Setting::__call(string $name, array $args) : ?string
|
public Example\Setting::__construct(string $serverName = '') |
public Example\Setting::__get(string $field) : ?mixed Allows for $object->field syntax Unset fields will return null |
public Example\Setting::__set(string $field, ?mixed $value) : void Allows for $object->field = $x syntax |
public Example\Setting::addFields(array $fields) : static Add fields
|
public Example\Setting::empty() : bool |
public Example\Setting::getFields() : array
|
public Example\Setting::getLoadedFileName() : string |
public Example\Setting::optional(string $key) : ?mixed |
public Example\Setting::save() : bool |
public Example\Setting::setFields(array $fields) : static Set the fields
|