PHP Interface Inpsyde\MultilingualPress\Database\TableReplacer

Since: 3.0.0
Datei anzeigen Open project: inpsyde/multilingual-press Interface Usage Examples

Public Methods

Method Description
replace_table ( string $source, string $destination ) : boolean Replaces the content of one table with another table's content.

Method Details

replace_table() public method

Replaces the content of one table with another table's content.
Since: 3.0.0
public replace_table ( string $source, string $destination ) : boolean
$source string Name of the source table.
$destination string Name of the destination table.
return boolean Whether or not the table was replaced successfully.