clean() public method

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