PHP Class App\Managers\SettingManager

Afficher le fichier Open project: sroutier/laravel-5.1-enterprise-starter-kit

Méthodes publiques

Свойство Type Description
$app Illuminate\Foundation\Application Laravel application

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

all() public méthode

public all ( ) : mixed
Résultat mixed

clear() public méthode

public clear ( )

forget() public méthode

public forget ( null $key = null ) : mixed
$key null
Résultat mixed

get() public méthode

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

has() public méthode

public has ( $key ) : mixed
$key
Résultat mixed

isEncrypted() public méthode

public isEncrypted ( $key, null $val = null ) : boolean
$key
$val null
Résultat boolean

load() public méthode

public load ( $envName )

save() public méthode

public save ( ) : mixed
Résultat mixed

set() public méthode

public set ( $key, null $value = null, $encrypt = false ) : mixed
$key
$value null
Résultat mixed

Property Details

$app public_oe property

Laravel application
public Application,Illuminate\Foundation $app
Résultat Illuminate\Foundation\Application