PHP Class Barryvdh\Debugbar\Twig\Extension\Stopwatch
Based on Symfony\Bridge\Twig\Extension\StopwatchExtension
Mostrar archivo
Open project: barryvdh/laravel-debugbar
Protected Properties
Property |
Type |
Description |
|
$debugbar |
Barryvdh\Debugbar\LaravelDebugbar |
|
|
Public Methods
Method Details
__construct()
public method
Create a new auth extension.
public __construct ( Illuminate\Foundation\Application $app ) |
$app |
Illuminate\Foundation\Application |
|
getDebugbar()
public method
getTokenParsers()
public method
Property Details
$debugbar protected_oe property
protected LaravelDebugbar,Barryvdh\Debugbar $debugbar |
return |
Barryvdh\Debugbar\LaravelDebugbar |
|