reset() public method

public reset ( )
Beispiel #1
0
 public function reset()
 {
     $this->namespaces = array();
     return parent::reset();
 }