Example #1
0
 /**
  * Unregister an outputfilter function
  *
  * @param callback $function
  * @return void
  */
 function unregisterOutputfilter($function)
 {
     $this->_smarty->unregister_outputfilter($function);
 }