PHP 클래스 Inpsyde\MultilingualPress\Database\WPDBTableDuplicator

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

공개 메소드들

메소드 설명
__construct ( ) Constructor. Sets up the properties.
duplicate_table ( string $existing_table, string $new_table ) : boolean Creates a new table that is an exact duplicate of an existing table.

메소드 상세

__construct() 공개 메소드

Constructor. Sets up the properties.
부터: 3.0.0
public __construct ( )

duplicate_table() 공개 메소드

Creates a new table that is an exact duplicate of an existing table.
부터: 3.0.0
public duplicate_table ( string $existing_table, string $new_table ) : boolean
$existing_table string Name of the existing table.
$new_table string Name of the new table.
리턴 boolean Whether or not the table was duplicated successfully.