예제 #1
0
파일: i18n.php 프로젝트: 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);
 }
예제 #2
0
파일: output.php 프로젝트: pihizi/qf
 static function &HT($str, $args = NULL, $options = NULL, $convert_return = FALSE)
 {
     return Output::H(Output::T($str, $args, $options), $convert_return);
 }