PHP 클래스 Arrilot\Widgets\Test\Support\TestApplicationWrapper

상속: implements Arrilot\Widgets\Contracts\ApplicationWrapperContract
파일 보기 프로젝트 열기: arrilot/laravel-widgets

공개 프로퍼티들

프로퍼티 타입 설명
$config array Configuration array double.

공개 메소드들

메소드 설명
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().

메소드 상세

cache() 공개 메소드

Wrapper around Cache::remember().
public cache ( $key, $minutes, Closure $callback ) : mixed
$key
$minutes
$callback Closure
리턴 mixed

call() 공개 메소드

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

config() 공개 메소드

Get the specified configuration value.
public config ( string $key, mixed $default = null ) : mixed
$key string
$default mixed
리턴 mixed

getNamespace() 공개 메소드

Wrapper around app()->getNamespace().
public getNamespace ( ) : string
리턴 string

make() 공개 메소드

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

프로퍼티 상세

$config 공개적으로 프로퍼티

Configuration array double.
public array $config
리턴 array