PMA\libraries\plugins\export\ExportOds::exportDBFooter PHP Method

exportDBFooter() public method

Outputs database footer
public exportDBFooter ( string $db ) : boolean
$db string Database name
return boolean Whether it succeeded
    public function exportDBFooter($db)
    {
        return true;
    }