프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$defaults | The default options array | ||
$options | The list of all current options set. |
메소드 | 설명 | |
---|---|---|
__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 |