PHP Class Barryvdh\Debugbar\Twig\Extension\Debug

Inheritance: extends Twig_Extensio\Twig_Extension
Datei anzeigen Open project: barryvdh/laravel-debugbar

Protected Properties

Property Type Description
$debugbar Barryvdh\Debugbar\LaravelDebugbar

Public Methods

Method Description
__construct ( Illuminate\Foundation\Application $app ) Create a new auth extension.
debug ( Twig_Environment $env, $context ) Based on Twig_Extension_Debug / twig_var_dump (c) 2011 Fabien Potencier
getFunctions ( ) {@inheritDoc}
getName ( ) {@inheritDoc}

Method Details

__construct() public method

Create a new auth extension.
public __construct ( Illuminate\Foundation\Application $app )
$app Illuminate\Foundation\Application

debug() public method

Based on Twig_Extension_Debug / twig_var_dump (c) 2011 Fabien Potencier
public debug ( Twig_Environment $env, $context )
$env Twig_Environment
$context

getFunctions() public method

{@inheritDoc}
public getFunctions ( )

getName() public method

{@inheritDoc}
public getName ( )

Property Details

$debugbar protected_oe property

protected LaravelDebugbar,Barryvdh\Debugbar $debugbar
return Barryvdh\Debugbar\LaravelDebugbar