PHP Class Spatie\DbDumper\Databases\Sqlite

Inheritance: extends Spatie\DbDumper\DbDumper
Afficher le fichier Open project: spatie/db-dumper

Méthodes publiques

Méthode Description
dumpToFile ( string $dumpFile ) Dump the contents of the database to a given file.
getDumpCommand ( string $dumpFile ) : string Get the command that should be performed to dump the database.

Method Details

dumpToFile() public méthode

Dump the contents of the database to a given file.
public dumpToFile ( string $dumpFile )
$dumpFile string

getDumpCommand() public méthode

Get the command that should be performed to dump the database.
public getDumpCommand ( string $dumpFile ) : string
$dumpFile string
Résultat string