Ejemplo n.º 1
0
Archivo: i18n.php Proyecto: pihizi/qf
 static function HT($domain = NULL, $str, $args = NULL, $options = NULL, $convert_return = FALSE)
 {
     return Output::H(self::T($domain, $str, $args, $options), $convert_return);
 }
Ejemplo n.º 2
0
Archivo: output.php Proyecto: pihizi/qf
 static function &HT($str, $args = NULL, $options = NULL, $convert_return = FALSE)
 {
     return Output::H(Output::T($str, $args, $options), $convert_return);
 }