Elgg  Version 1.10
NullTranslator.php
Go to the documentation of this file.
1 <?php
2 namespace Elgg\I18n;
3 
4 
14 class NullTranslator extends Translator {
16  public function translate($key, $args = array(), $lang = '') {
17  return $key;
18  }
19 }
$lang
Definition: html.php:12
$args
Some servers don&#39;t allow PHP to check the rewrite, so try via AJAX.
translate($key, $args=array(), $lang= '')
$key
Definition: summary.php:34