dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
InstallationDdStub Class Reference

Public Member Functions

 sync_dd_to_db (string $module, string $dd, string $mode)
 get_table_exist (string $server, string $table)
 transfer_table (string $sourceServer, string $sourceTable, string $targetServer, string $targetTable, string $mode, int $createTarget, int $truncateTarget)

Public Attributes

array $calls = array()
array $transfers = array()
bool $allTablesExist = false

Detailed Description

Definition at line 102 of file dbxInstallationService_test.php.

Member Function Documentation

◆ get_table_exist()

InstallationDdStub::get_table_exist ( string $server,
string $table )

Definition at line 117 of file dbxInstallationService_test.php.

References $server, $table, and allTablesExist.

◆ sync_dd_to_db()

InstallationDdStub::sync_dd_to_db ( string $module,
string $dd,
string $mode )

Definition at line 108 of file dbxInstallationService_test.php.

References $dd, $mode, and $module.

◆ transfer_table()

InstallationDdStub::transfer_table ( string $sourceServer,
string $sourceTable,
string $targetServer,
string $targetTable,
string $mode,
int $createTarget,
int $truncateTarget )

Definition at line 122 of file dbxInstallationService_test.php.

References $mode.

Member Data Documentation

◆ $allTablesExist

bool InstallationDdStub::$allTablesExist = false

Definition at line 106 of file dbxInstallationService_test.php.

◆ $calls

array InstallationDdStub::$calls = array()

Definition at line 104 of file dbxInstallationService_test.php.

◆ $transfers

array InstallationDdStub::$transfers = array()

Definition at line 105 of file dbxInstallationService_test.php.


The documentation for this class was generated from the following file: