Method | Description | |
---|---|---|
copy ( ) : array | Creates a copy of the encapsulated options. |
Method | Description | |
---|---|---|
get ( string $option ) : mixed | Gets the value for the specified option name. Returns the specified default value if option name is not set. | |
getReference ( string $option ) : mixed | Gets a pointer to the specified option name. | |
set ( string $option, mixed $value ) | Sets the specified option name to the specified value. | |
setDefaults ( array $defaults ) | Sets the default values for the specified map of keys and values. |
final protected getReference ( string $option ) : mixed | ||
$option | string | Option name. |
return | mixed |
final protected setDefaults ( array $defaults ) | ||
$defaults | array | Map of keys and default values. |