reset() public method

public reset ( )
Beispiel #1
0
 public function reset()
 {
     $this->methods = array();
     $this->constants = array();
     $this->properties = array();
     return parent::reset();
 }
Beispiel #2
0
 public function reset()
 {
     $this->functions = array();
     $this->constants = array();
     $this->classes = array();
     return parent::reset();
 }
Beispiel #3
0
 public function reset()
 {
     $this->arguments = array();
     return parent::reset();
 }