clean() 공개 메소드

public clean ( )
예제 #1
0
 public function clean()
 {
     $this->packets = [];
     $this->seqNumber = \null;
     return parent::clean();
 }
예제 #2
0
 public function clean()
 {
     $this->packets = [];
     return parent::clean();
 }