PHP 클래스 VersionPress\Initialization\ReplacerMethods

We have them in this class because of refactoring. !!! IMPORTANT !!! Do NOT use any use statements in this file! They are not copied to the wp-db.php.
파일 보기 프로젝트 열기: versionpress/versionpress

공개 메소드들

메소드 설명
delete ( $table, $where, $where_format = null )
insert ( $table, $data, $format = null )
query ( $query )
update ( $table, $data, $where, $format = null, $where_format = null )
vp_restore_original ( )

비공개 메소드들

메소드 설명
vp_backup_fields ( )
vp_restore_fields ( )

메소드 상세

delete() 공개 메소드

public delete ( $table, $where, $where_format = null )

insert() 공개 메소드

public insert ( $table, $data, $format = null )

query() 공개 메소드

public query ( $query )

update() 공개 메소드

public update ( $table, $data, $where, $format = null, $where_format = null )

vp_restore_original() 공개 정적인 메소드

public static vp_restore_original ( )