*/ namespace AlfredBez\HtmlMin\Core; class UtilsView extends UtilsView_parent { protected function _fillCommonSmartyProperties($oSmarty) { parent::_fillCommonSmartyProperties($oSmarty); $oSmarty->load_filter('output' , 'trimwhitespace'); } }