PHP Class Recca0120\LaravelTracy\Panels\AbstractPanel

Inheritance: implements Tracy\IBarPanel
Afficher le fichier Open project: recca0120/laravel-tracy

Méthodes publiques

Свойство Type Description
$supportAjax boolean $supportAjax.

Protected Properties

Свойство Type Description
$cached mixed $cached.
$laravel Illuminate\Contracts\Foundation\Application $laravel description.
$viewPath string $viewPath.

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
getViewPath ( ) : string getViewPath.
isLaravel ( ) : boolean is laravel.

Method Details

findSource() public static méthode

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

getAttributes() abstract public méthode

getAttributes.
abstract public getAttributes ( ) : array
Résultat array

getPanel() public méthode

Renders HTML code for custom panel.
public getPanel ( ) : string
Résultat string

getTab() public méthode

Renders HTML code for custom tab.
public getTab ( ) : string
Résultat string

getViewPath() protected méthode

getViewPath.
protected getViewPath ( ) : string
Résultat string

isLaravel() protected méthode

is laravel.
protected isLaravel ( ) : boolean
Résultat boolean

render() public méthode

render.
public render ( string $view ) : string
$view string
Résultat string

setLaravel() public méthode

setLaravel.
public setLaravel ( Illuminate\Contracts\Foundation\Application $laravel = null ) : self;
$laravel Illuminate\Contracts\Foundation\Application
Résultat self;

Property Details

$cached protected_oe property

$cached.
protected mixed $cached
Résultat mixed

$laravel protected_oe property

$laravel description.
protected Application,Illuminate\Contracts\Foundation $laravel
Résultat Illuminate\Contracts\Foundation\Application

$supportAjax public_oe property

$supportAjax.
public bool $supportAjax
Résultat boolean

$viewPath protected_oe property

$viewPath.
protected string $viewPath
Résultat string