Example #1
0
 public function copy()
 {
     $copy = parent::copy();
     $copy->prototype = $this->prototype->copy();
     $copy->reset();
     $copy->nodeFormattingMap = array();
     $copy->numberOfPages = 0;
     return $copy;
 }