OptionContract
Table of Contents
Methods
Methods
get()
public
get(string $key[, mixed $default = null ]) : mixed
Parameters
- $key : string
- $default : mixed = null
set()
public
set(string $key, mixed $value) : void
Parameters
- $key : string
- $value : mixed