PHP Class 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.
Afficher le fichier Open project: versionpress/versionpress

Méthodes publiques

Méthode Description
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 ( )

Private Methods

Méthode Description
vp_backup_fields ( )
vp_restore_fields ( )

Method Details

delete() public méthode

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

insert() public méthode

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

query() public méthode

public query ( $query )

update() public méthode

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

vp_restore_original() public static méthode

public static vp_restore_original ( )