Пример #1
0
 /**
  * sfSmartyView::registerCompilerFunction()
  * this is an access function to the internal smarty instance
  * to register a compiler function
  *
  * @param mixed $tag
  * @param mixed $function
  * @return
  **/
 public static function registerCompilerFunction($tag, $function)
 {
     self::$smarty->registerCompilerFunction($tag, $function);
 }