Property | Type | Description | |
---|---|---|---|
$collect_data | |||
$templates |
Method | Description | |
---|---|---|
__construct ( boolean $collectData = true ) | Create a ViewCollector | |
addView ( Illuminate\View\View $view ) | Add a View instance to the Collector | |
collect ( ) | ||
getName ( ) | ||
getWidgets ( ) |
public __construct ( boolean $collectData = true ) | ||
$collectData | boolean | Collects view data when tru |
public addView ( Illuminate\View\View $view ) | ||
$view | Illuminate\View\View |