public function __construct()
 {
     parent::__construct('_LanguageFunctor');
     if (is_null(self::$_data)) {
         $this->read();
         self::$_data = $this->getArrayCopy();
     } else {
         $this->exchangeArray(self::$_data);
     }
 }
 public function __construct()
 {
     parent::__construct('Api\\Model\\Languageforge\\Lexicon\\generateLexValue');
 }