mageekguy\atoum\php\tokenizer\iterators\phpClass::reset PHP Method

reset() public method

public reset ( )
    public function reset()
    {
        $this->methods = array();
        $this->constants = array();
        $this->properties = array();
        return parent::reset();
    }