Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct('_LanguageFunctor');
     if (is_null(self::$_data)) {
         $this->read();
         self::$_data = $this->getArrayCopy();
     } else {
         $this->exchangeArray(self::$_data);
     }
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct('\\Api\\Model\\Languageforge\\Lexicon\\_createLexiconField');
 }