SiteOption implements OptionContract
Table of Contents
Interfaces
Methods
- __construct() : mixed
- get() : mixed
- set() : void
Methods
__construct()
public
__construct(string $siteId[, string $moduleName = 'intranet' ]) : mixed
Parameters
- $siteId : string
- $moduleName : string = 'intranet'
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