|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for MysqlIfsnopDumper:
Collaboration diagram for MysqlIfsnopDumper:Public Member Functions | |
| __construct (protected ?string $export_hooks_path) | |
| createDump (string $host, string $user, string $password, string $name, string $port, string $target) | |
| createDump (string $host, string $user, string $password, string $name, string $port, string $target) | |
Data Fields | |
| const | FILE_NAME = "dump.sql" |
Definition at line 23 of file MysqlIfsnopDumper.php.
| MysqlIfsnopDumper::__construct | ( | protected ?string | $export_hooks_path | ) |
Definition at line 27 of file MysqlIfsnopDumper.php.
| MysqlIfsnopDumper::createDump | ( | string | $host, |
| string | $user, | ||
| string | $password, | ||
| string | $name, | ||
| string | $port, | ||
| string | $target | ||
| ) |
Implements MysqlDumper.
Definition at line 31 of file MysqlIfsnopDumper.php.
| const MysqlIfsnopDumper::FILE_NAME = "dump.sql" |
Definition at line 25 of file MysqlIfsnopDumper.php.
Referenced by ilDatabaseDumpedToDirectoryObjective\getLabel(), and ILIAS\Setup\CLI\InstallCommand\prepareILIASInstallation().