Example #1
0
File: i18n.php Project: 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);
 }
Example #2
0
File: output.php Project: pihizi/qf
 static function &HT($str, $args = NULL, $options = NULL, $convert_return = FALSE)
 {
     return Output::H(Output::T($str, $args, $options), $convert_return);
 }