Property | Type | Description | |
---|---|---|---|
$defaults | The default options array | ||
$options | The list of all current options set. |
Method | Description | |
---|---|---|
__construct ( ) | Sets the default options in the options array | |
__get ( string $key ) : mixed | A magic get to call the get() method. | |
get ( $key ) : mixed | Gets the value associated to the key, or null if the key is not found. | |
setOptions ( array $options ) | Sets a new options param to override the current option array. |
public setOptions ( array $options ) | ||
$options | array |