Method | Description | |
---|---|---|
__construct ( ) : void | Create a new option repository. | |
__destruct ( ) | Save all modified options into database | |
get ( string $key, mixed $default = null, boolean $bool = true ) : mixed | Get the specified option value. | |
only ( array $array ) : array | Return the options with key in the given array. | |
prepend ( string $key, mixed $value ) : void | Prepend a value onto an array option value. | |
save ( ) : void | Do really save modified options to database. |
public __construct ( ) : void | ||
return | void |