PHP Class Modules\Core\Source\Libs\Options\OptionsFacade

Show file Open project: andrey900/slimcms

Protected Properties

Property Type Description
$arOptions
$options

Public Methods

Method Description
__construct ( Illuminate\Database\Eloquent\Collection $options )
get ( $name )
getValue ( $name )
isDevMode ( )
isFrozenMode ( )
isHideFunctionality ( $value = true )

Method Details

__construct() public method

public __construct ( Illuminate\Database\Eloquent\Collection $options )
$options Illuminate\Database\Eloquent\Collection

get() public method

public get ( $name )

getValue() public method

public getValue ( $name )

isDevMode() public method

public isDevMode ( )

isFrozenMode() public method

public isFrozenMode ( )

isHideFunctionality() public method

public isHideFunctionality ( $value = true )

Property Details

$arOptions protected property

protected $arOptions

$options protected property

protected $options