Esempio n. 1
0
 public function _($text)
 {
     $args = func_get_args();
     return Core_Model_Translator::translate($text, $args);
 }