HTMLPurifier_Zipper::done PHP Méthode

done() public méthode

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