|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for MysqlIfsnopDumper:
Collaboration diagram for MysqlIfsnopDumper:Public Member Functions | |
| __construct (?string $export_hooks_path) | |
| createDump (string $host, string $user, string $password, string $name, string $port, string $target) | |
Data Fields | |
| const | FILE_NAME = "dump.sql" |
Protected Attributes | |
| string | $export_hooks_path |
Definition at line 21 of file MysqlIfsnopDumper.php.
| MysqlIfsnopDumper::__construct | ( | ?string | $export_hooks_path | ) |
| MysqlIfsnopDumper::createDump | ( | string | $host, |
| string | $user, | ||
| string | $password, | ||
| string | $name, | ||
| string | $port, | ||
| string | $target | ||
| ) |
Implements MysqlDumper.
Definition at line 32 of file MysqlIfsnopDumper.php.
References Vendor\Package\$e, and $export_hooks_path.
|
protected |
Definition at line 25 of file MysqlIfsnopDumper.php.
Referenced by __construct(), and createDump().
| const MysqlIfsnopDumper::FILE_NAME = "dump.sql" |
Definition at line 23 of file MysqlIfsnopDumper.php.
Referenced by ilDatabaseDumpedToDirectoryObjective\getLabel(), and ILIAS\Setup\CLI\InstallCommand\prepareILIASInstallation().