PHP 클래스 App\Managers\SettingManager

파일 보기 프로젝트 열기: sroutier/laravel-5.1-enterprise-starter-kit

공개 프로퍼티들

프로퍼티 타입 설명
$app Illuminate\Foundation\Application Laravel application

공개 메소드들

메소드 설명
__construct ( Illuminate\Foundation\Application $app ) Create a new instance.
all ( ) : mixed
clear ( )
forget ( null $key = null ) : mixed
get ( $key, null $defaultVal = null ) : App\Libraries\misc | boolean | float | integer | mixed | null
has ( $key ) : mixed
isEncrypted ( $key, null $val = null ) : boolean
load ( $envName )
save ( ) : mixed
set ( $key, null $value = null, $encrypt = false ) : mixed

메소드 상세

__construct() 공개 메소드

Create a new instance.
public __construct ( Illuminate\Foundation\Application $app )
$app Illuminate\Foundation\Application

all() 공개 메소드

public all ( ) : mixed
리턴 mixed

clear() 공개 메소드

public clear ( )

forget() 공개 메소드

public forget ( null $key = null ) : mixed
$key null
리턴 mixed

get() 공개 메소드

public get ( $key, null $defaultVal = null ) : App\Libraries\misc | boolean | float | integer | mixed | null
$key
$defaultVal null
리턴 App\Libraries\misc | boolean | float | integer | mixed | null

has() 공개 메소드

public has ( $key ) : mixed
$key
리턴 mixed

isEncrypted() 공개 메소드

public isEncrypted ( $key, null $val = null ) : boolean
$key
$val null
리턴 boolean

load() 공개 메소드

public load ( $envName )

save() 공개 메소드

public save ( ) : mixed
리턴 mixed

set() 공개 메소드

public set ( $key, null $value = null, $encrypt = false ) : mixed
$key
$value null
리턴 mixed

프로퍼티 상세

$app 공개적으로 프로퍼티

Laravel application
public Application,Illuminate\Foundation $app
리턴 Illuminate\Foundation\Application