$this->renderVars =
$renderVars;
} $output =
$this->
decorateOutput($output);
$this->
logPerformance( $this->renderVars
['start'
],
microtime(true
),
$this->renderVars
['view'
] );
$afterFilters =
service('filters'
)->
getFiltersClass()['after'
];
if ( ($this->debug
&& (!
isset($options['debug'
]) ||
$options['debug'
] === true
)) &&
in_array(DebugToolbar::
class,
$afterFilters, true
) ) { $toolbarCollectors =
config(Toolbar::
class)->collectors;
if (in_array(Views::
class,
$toolbarCollectors, true
)) { // Clean up our path names to make them a little cleaner
$this->renderVars
['file'
] =
clean_path($this->renderVars
['file'
]);
$this->renderVars
['file'
] = ++
$this->viewsCount . ' ' .
$this->renderVars
['file'
];