PHP Class Microweber\Utils\Adapters\Config\ConfigSave

Inheritance: extends Illuminate\Config\Repository
Datei anzeigen Open project: microweber/microweber

Protected Properties

Property Type Description
$app
$beforeSave
$changed_keys

Public Methods

Method Description
__construct ( $app )
beforeSaving ( $namespace, Closure $callback )
get ( $key, $val = null )
getBeforeSaveCallbacks ( )
save ( $allowed = [] )
set ( $key, $val = null )

Protected Methods

Method Description
callBeforeSave ( $namespace, $group, $items )
parseCollection ( $collection )

Private Methods

Method Description
init ( )

Method Details

__construct() public method

public __construct ( $app )

beforeSaving() public method

public beforeSaving ( $namespace, Closure $callback )
$callback Closure

callBeforeSave() protected method

protected callBeforeSave ( $namespace, $group, $items )

get() public method

public get ( $key, $val = null )

getBeforeSaveCallbacks() public method

parseCollection() protected method

protected parseCollection ( $collection )

save() public method

public save ( $allowed = [] )

set() public method

public set ( $key, $val = null )

Property Details

$app protected_oe property

protected $app

$beforeSave protected_oe property

protected $beforeSave

$changed_keys protected_oe property

protected $changed_keys