Exemplo n.º 1
0
 public function getArrayCopy()
 {
     $array = parent::getArrayCopy();
     $array['language'] = $this->getLanguage();
     $array['article'] = $this->getArticle();
     return $array;
 }