Пример #1
0
 function getValues()
 {
     $arr = parent::getValues();
     array_push($arr, $this->cat, $this->meta_d, $this->meta_k, $this->description, $this->view, $this->author, $this->date);
     return $arr;
 }
Пример #2
0
 function getValues()
 {
     $arr = parent::getValues();
     array_push($arr, $this->full_text, $this->date, $this->author, $this->view, $this->type);
     return $arr;
 }
Пример #3
0
 function getValues()
 {
     $arr = parent::getValues();
     array_push($arr, $this->meta_d, $this->meta_k);
     return $arr;
 }