PHP 클래스 Microweber\Utils\Adapters\Config\ConfigSave

상속: extends Illuminate\Config\Repository
파일 보기 프로젝트 열기: microweber/microweber

보호된 프로퍼티들

프로퍼티 타입 설명
$app
$beforeSave
$changed_keys

공개 메소드들

메소드 설명
__construct ( $app )
beforeSaving ( $namespace, Closure $callback )
get ( $key, $val = null )
getBeforeSaveCallbacks ( )
save ( $allowed = [] )
set ( $key, $val = null )

보호된 메소드들

메소드 설명
callBeforeSave ( $namespace, $group, $items )
parseCollection ( $collection )

비공개 메소드들

메소드 설명
init ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $app )

beforeSaving() 공개 메소드

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

callBeforeSave() 보호된 메소드

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

get() 공개 메소드

public get ( $key, $val = null )

getBeforeSaveCallbacks() 공개 메소드

parseCollection() 보호된 메소드

protected parseCollection ( $collection )

save() 공개 메소드

public save ( $allowed = [] )

set() 공개 메소드

public set ( $key, $val = null )

프로퍼티 상세

$app 보호되어 있는 프로퍼티

protected $app

$beforeSave 보호되어 있는 프로퍼티

protected $beforeSave

$changed_keys 보호되어 있는 프로퍼티

protected $changed_keys