PHP 클래스 Inpsyde\MultilingualPress\Database\WPDBTableReplacer

부터: 3.0.0
상속: implements Inpsyde\MultilingualPress\Database\TableReplacer
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__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.