PHPRtfLite::free PHP Méthode

free() public méthode

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