Example #1
0
 /**
  * Unregister a postfilter function
  *
  * @param callback $function
  * @return void
  */
 function unregister_postfilter($function)
 {
     $this->_smarty->unregister_postfilter($function);
 }