reset() public method

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