PHP Class Barryvdh\Debugbar\DataCollector\ViewCollector

Inheritance: extends DebugBar\Bridge\Twig\TwigCollector
Datei anzeigen Open project: barryvdh/laravel-debugbar

Protected Properties

Property Type Description
$collect_data
$templates

Public Methods

Method Description
__construct ( boolean $collectData = true ) Create a ViewCollector
addView ( Illuminate\View\View $view ) Add a View instance to the Collector
collect ( )
getName ( )
getWidgets ( )

Method Details

__construct() public method

Create a ViewCollector
public __construct ( boolean $collectData = true )
$collectData boolean Collects view data when tru

addView() public method

Add a View instance to the Collector
public addView ( Illuminate\View\View $view )
$view Illuminate\View\View

collect() public method

public collect ( )

getName() public method

public getName ( )

getWidgets() public method

public getWidgets ( )

Property Details

$collect_data protected_oe property

protected $collect_data

$templates protected_oe property

protected $templates