HTMLPurifier_Zipper::done PHP 메소드

done() 공개 메소드

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