PHP Class Microweber\Utils\Adapters\Config\ConfigSave

Inheritance: extends Illuminate\Config\Repository
Afficher le fichier Open project: microweber/microweber

Protected Properties

Свойство Type Description
$app
$beforeSave
$changed_keys

Méthodes publiques

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

Méthodes protégées

Méthode Description
callBeforeSave ( $namespace, $group, $items )
parseCollection ( $collection )

Private Methods

Méthode Description
init ( )

Method Details

__construct() public méthode

public __construct ( $app )

beforeSaving() public méthode

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

callBeforeSave() protected méthode

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

get() public méthode

public get ( $key, $val = null )

getBeforeSaveCallbacks() public méthode

parseCollection() protected méthode

protected parseCollection ( $collection )

save() public méthode

public save ( $allowed = [] )

set() public méthode

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