HTMLPurifier_Zipper::done PHP Method

done() public method

Returns true if we are at the end of the list.
public done ( ) : boolean
return boolean
    public function done()
    {
        return empty($this->back);
    }