reset() public méthode

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