PHP 클래스 Recca0120\LaravelTracy\Panels\AbstractPanel

상속: implements Tracy\IBarPanel
파일 보기 프로젝트 열기: recca0120/laravel-tracy

공개 프로퍼티들

프로퍼티 타입 설명
$supportAjax boolean $supportAjax.

보호된 프로퍼티들

프로퍼티 타입 설명
$cached mixed $cached.
$laravel Illuminate\Contracts\Foundation\Application $laravel description.
$viewPath string $viewPath.

공개 메소드들

메소드 설명
editorLink ( string | array $source ) : string editor link.
findSource ( ) : array | null; Use a backtrace to search for the origin of the query.
getAttributes ( ) : array getAttributes.
getPanel ( ) : string Renders HTML code for custom panel.
getTab ( ) : string Renders HTML code for custom tab.
render ( string $view ) : string render.
setLaravel ( Illuminate\Contracts\Foundation\Application $laravel = null ) : self; setLaravel.

보호된 메소드들

메소드 설명
getViewPath ( ) : string getViewPath.
isLaravel ( ) : boolean is laravel.

메소드 상세

findSource() 공개 정적인 메소드

Use a backtrace to search for the origin of the query.
public static findSource ( ) : array | null;
리턴 array | null;

getAttributes() 추상적인 공개 메소드

getAttributes.
abstract public getAttributes ( ) : array
리턴 array

getPanel() 공개 메소드

Renders HTML code for custom panel.
public getPanel ( ) : string
리턴 string

getTab() 공개 메소드

Renders HTML code for custom tab.
public getTab ( ) : string
리턴 string

getViewPath() 보호된 메소드

getViewPath.
protected getViewPath ( ) : string
리턴 string

isLaravel() 보호된 메소드

is laravel.
protected isLaravel ( ) : boolean
리턴 boolean

render() 공개 메소드

render.
public render ( string $view ) : string
$view string
리턴 string

setLaravel() 공개 메소드

setLaravel.
public setLaravel ( Illuminate\Contracts\Foundation\Application $laravel = null ) : self;
$laravel Illuminate\Contracts\Foundation\Application
리턴 self;

프로퍼티 상세

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

$cached.
protected mixed $cached
리턴 mixed

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

$laravel description.
protected Application,Illuminate\Contracts\Foundation $laravel
리턴 Illuminate\Contracts\Foundation\Application

$supportAjax 공개적으로 프로퍼티

$supportAjax.
public bool $supportAjax
리턴 boolean

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

$viewPath.
protected string $viewPath
리턴 string