loadDictionary() public method

loadDictionary: loads a language array from the Language folder.
public loadDictionary ( String $lang = null ) : array
$lang String Selected language's code e.g. 'en'
return array
Exemplo n.º 1
0
 public function testGeneric()
 {
     $this->tran->loadDictionary();
 }