PHP Класс Inpsyde\MultilingualPress\Database\WPDBTableReplacer

С версии: 3.0.0
Наследование: implements Inpsyde\MultilingualPress\Database\TableReplacer
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ) Constructor. Sets up the properties.
replace_table ( string $destination, string $source ) : boolean Replaces the content of one table with another table's content.

Описание методов

__construct() публичный Метод

Constructor. Sets up the properties.
С версии: 3.0.0
public __construct ( )

replace_table() публичный Метод

Replaces the content of one table with another table's content.
С версии: 3.0.0
public replace_table ( string $destination, string $source ) : boolean
$destination string Name of the destination table.
$source string Name of the source table.
Результат boolean Whether or not the table was replaced successfully.