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.
Показать файл Открыть проект

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

Метод Описание
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 ( )