Horde_HashTable_Vfs::clear PHP Method

clear() public method

public clear ( )
    public function clear()
    {
        try {
            $this->_vfs->emptyFolder($this->_params['vfspath']);
        } catch (Horde_Vfs_Exception $e) {
        }
    }