PHP Class Arrilot\Widgets\Test\Support\TestApplicationWrapper

Inheritance: implements Arrilot\Widgets\Contracts\ApplicationWrapperContract
Afficher le fichier Open project: arrilot/laravel-widgets

Méthodes publiques

Свойство Type Description
$config array Configuration array double.

Méthodes publiques

Méthode Description
cache ( $key, $minutes, Closure $callback ) : mixed Wrapper around Cache::remember().
call ( $method, array $params = [] ) : mixed Wrapper around app()->call().
config ( string $key, mixed $default = null ) : mixed Get the specified configuration value.
getNamespace ( ) : string Wrapper around app()->getNamespace().
make ( string $abstract, array $parameters = [] ) : mixed Wrapper around app()->make().

Method Details

cache() public méthode

Wrapper around Cache::remember().
public cache ( $key, $minutes, Closure $callback ) : mixed
$key
$minutes
$callback Closure
Résultat mixed

call() public méthode

Wrapper around app()->call().
public call ( $method, array $params = [] ) : mixed
$method
$params array
Résultat mixed

config() public méthode

Get the specified configuration value.
public config ( string $key, mixed $default = null ) : mixed
$key string
$default mixed
Résultat mixed

getNamespace() public méthode

Wrapper around app()->getNamespace().
public getNamespace ( ) : string
Résultat string

make() public méthode

Wrapper around app()->make().
public make ( string $abstract, array $parameters = [] ) : mixed
$abstract string
$parameters array
Résultat mixed

Property Details

$config public_oe property

Configuration array double.
public array $config
Résultat array