示例#1
0
 public function __clone()
 {
     parent::__clone();
     if ($this->type !== null) {
         $this->type = clone $this->type;
     }
 }
示例#2
0
 public function __clone()
 {
     parent::__clone();
     $this->type = clone $this->type;
     $this->arrayref = null;
     $this->arrayoff = null;
 }
示例#3
0
 public function __clone()
 {
     parent::__clone();
     $this->type = clone $this->type;
 }