mageekguy\atoum\php\tokenizer\iterator::reset PHP Method

reset() public method

public reset ( )
    public function reset()
    {
        $this->key = null;
        $this->size = 0;
        $this->values = array();
        $this->parent = null;
        $this->skipedValues = array();
        return $this;
    }

Usage Example

Beispiel #1
0
 public function reset()
 {
     $this->methods = array();
     $this->constants = array();
     $this->properties = array();
     return parent::reset();
 }
All Usage Examples Of mageekguy\atoum\php\tokenizer\iterator::reset