PHP Class Barryvdh\Debugbar\DataCollector\ViewCollector

Inheritance: extends DebugBar\Bridge\Twig\TwigCollector
Afficher le fichier Open project: barryvdh/laravel-debugbar

Protected Properties

Свойство Type Description
$collect_data
$templates

Méthodes publiques

Méthode 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 méthode

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

addView() public méthode

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

collect() public méthode

public collect ( )

getName() public méthode

public getName ( )

getWidgets() public méthode

public getWidgets ( )

Property Details

$collect_data protected_oe property

protected $collect_data

$templates protected_oe property

protected $templates