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