Esempio n. 1
0
 public function makeNew()
 {
     $a = parent::makeNew();
     if ($this->page) {
         $a->setPage($this->page);
     }
     if ($this->field) {
         $a->setField($this->field);
     }
     return $a;
 }