reset() public method

public reset ( )
Beispiel #1
0
 public function reset()
 {
     $this->value = null;
     $this->isSet = false;
     return parent::reset();
 }
Beispiel #2
0
 public function reset()
 {
     $this->testedMethodArguments = array();
     $this->testedMethodName = null;
     return parent::reset();
 }