reset() public method

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