PHPRtfLite::free PHP 메소드

free() 공개 메소드

public free ( )
    public function free()
    {
        foreach ($this->_sections as $section) {
            $section->free();
        }
    }