PMA\libraries\plugins\export\ExportJson::exportDBFooter PHP Метод

exportDBFooter() публичный Метод

Outputs database footer
public exportDBFooter ( string $db ) : boolean
$db string Database name
Результат boolean Whether it succeeded
    public function exportDBFooter($db)
    {
        return true;
    }