public static function preProcessing(Compiler $compiler, array $params, $prepend, $append, $type)
 {
     // get block params and save the current template pointer to use it in the postProcessing method
     $currentBlock =& $compiler->getCurrentBlock();
     $currentBlock['params']['tplPointer'] = $compiler->getPointer();
     return '';
 }