Property | Type | Description | |
---|---|---|---|
$accepts | array | $accepts. | |
$ajax | boolean | $ajax. | |
$app | Illuminate\Contracts\Foundation\Application | $app. | |
$bar | Tracy\Bar | $bar. | |
$panels | array | $panels. | |
$request | Illuminate\Http\Request | $request. | |
$showBar | array | $showBar. |
Method | Description | |
---|---|---|
__construct ( array $config, Illuminate\Http\Request $request = null, Illuminate\Contracts\Foundation\Application $app = null ) | __construct. | |
dispatch ( ) : string | dispatch. | |
dispatchAssets ( ) : string | dispatchAssets. | |
dispatchContent ( ) : string | dispatch. | |
get ( string $id ) : Tracy\IBarPanel | get. | |
getPanel ( string $id ) : Tracy\IPanelBar | getPanel. | |
put ( Tracy\IBarPanel $panel, string $id ) : static | put. | |
render ( |
render. | |
setup ( ) : Tracy\Bar | setup. | |
setupBar ( ) : Tracy\Bar | setupBar. |
Method | Description | |
---|---|---|
deny ( |
deny. | |
getBar ( ) : string | getBar. | |
initializeTracyDebuger ( array $config ) | initializeTracyDebuger. | |
loadPanels ( array $config ) | loadPanels. |
public __construct ( array $config, Illuminate\Http\Request $request = null, Illuminate\Contracts\Foundation\Application $app = null ) | ||
$config | array | |
$request | Illuminate\Http\Request | |
$app | Illuminate\Contracts\Foundation\Application |
protected initializeTracyDebuger ( array $config ) | ||
$config | array |
public render ( |
||
$response | ||
return |
protected Application,Illuminate\Contracts\Foundation $app | ||
return | Illuminate\Contracts\Foundation\Application |
protected Request,Illuminate\Http $request | ||
return | Illuminate\Http\Request |