Latte\MacroTokens::reset PHP Method

reset() public method

public reset ( )
    public function reset()
    {
        $this->depth = 0;
        return parent::reset();
    }