PHP 클래스 Recca0120\LaravelTracy\Debugbar

파일 보기 프로젝트 열기: recca0120/laravel-tracy 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

공개 메소드들

메소드 설명
__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 ( Response $response ) : Response render.
setup ( ) : Tracy\Bar setup.
setupBar ( ) : Tracy\Bar setupBar.

보호된 메소드들

메소드 설명
deny ( Response $response, integer $statusCode ) : boolean deny.
getBar ( ) : string getBar.
initializeTracyDebuger ( array $config ) initializeTracyDebuger.
loadPanels ( array $config ) loadPanels.

메소드 상세

__construct() 공개 메소드

__construct.
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

deny() 보호된 메소드

deny.
protected deny ( Response $response, integer $statusCode ) : boolean
$response Symfony\Component\HttpFoundation\Response
$statusCode integer
리턴 boolean

dispatch() 공개 메소드

dispatch.
public dispatch ( ) : string
리턴 string

dispatchAssets() 공개 메소드

dispatchAssets.
public dispatchAssets ( ) : string
리턴 string

dispatchContent() 공개 메소드

dispatch.
public dispatchContent ( ) : string
리턴 string

get() 공개 메소드

get.
public get ( string $id ) : Tracy\IBarPanel
$id string
리턴 Tracy\IBarPanel

getBar() 보호된 메소드

getBar.
protected getBar ( ) : string
리턴 string

getPanel() 공개 메소드

getPanel.
public getPanel ( string $id ) : Tracy\IPanelBar
$id string
리턴 Tracy\IPanelBar

initializeTracyDebuger() 보호된 메소드

initializeTracyDebuger.
protected initializeTracyDebuger ( array $config )
$config array

loadPanels() 보호된 메소드

loadPanels.
protected loadPanels ( array $config )
$config array

put() 공개 메소드

put.
public put ( Tracy\IBarPanel $panel, string $id ) : static
$panel Tracy\IBarPanel
$id string
리턴 static

render() 공개 메소드

render.
public render ( Response $response ) : Response
$response Symfony\Component\HttpFoundation\Response
리턴 Symfony\Component\HttpFoundation\Response

setup() 공개 메소드

setup.
public setup ( ) : Tracy\Bar
리턴 Tracy\Bar

setupBar() 공개 메소드

setupBar.
public setupBar ( ) : Tracy\Bar
리턴 Tracy\Bar

프로퍼티 상세

$accepts 보호되어 있는 프로퍼티

$accepts.
protected array $accepts
리턴 array

$ajax 보호되어 있는 프로퍼티

$ajax.
protected bool $ajax
리턴 boolean

$app 보호되어 있는 프로퍼티

$app.
protected Application,Illuminate\Contracts\Foundation $app
리턴 Illuminate\Contracts\Foundation\Application

$bar 보호되어 있는 프로퍼티

$bar.
protected Bar,Tracy $bar
리턴 Tracy\Bar

$panels 보호되어 있는 프로퍼티

$panels.
protected array $panels
리턴 array

$request 보호되어 있는 프로퍼티

$request.
protected Request,Illuminate\Http $request
리턴 Illuminate\Http\Request

$showBar 보호되어 있는 프로퍼티

$showBar.
protected array $showBar
리턴 array