Prado\IO\TTarFileExtractor::__destruct PHP Method

__destruct() public method

public __destruct ( )
    public function __destruct()
    {
        $this->_close();
        // ----- Look for a local copy to delete
        if ($this->_temp_tarname != '') {
            @unlink($this->_temp_tarname);
        }
    }