Lines:
1 to 24 of 24
<?php /** * WPSEO plugin file. * * @package WPSEO\Admin */ /* class WPSEO_Database_Proxy */ /* function WPSEO_Database_Proxy::__construct() – Sets the class attributes and registers the table. */ /* function WPSEO_Database_Proxy::insert() – Inserts data into the database. */ /* function WPSEO_Database_Proxy::update() – Updates data in the database. */ /* function WPSEO_Database_Proxy::upsert() – Upserts data in the database. */ /* function WPSEO_Database_Proxy::delete() – Deletes a record from the database. */ /* function WPSEO_Database_Proxy::get_results() – Executes the given query and returns the results. */ /* function WPSEO_Database_Proxy::create_table() – Creates a table to the database. */ /* function WPSEO_Database_Proxy::has_error() – Checks if there is an error. */ /* function WPSEO_Database_Proxy::pre_execution() – Executed before a query will be ran. */ /* function WPSEO_Database_Proxy::post_execution() – Executed after a query has been ran. */ /* function WPSEO_Database_Proxy::get_table_name() – Returns the full table name. */ /* function WPSEO_Database_Proxy::get_table_prefix() – Returns the prefix to use for the table. */ /* function WPSEO_Database_Proxy::register_table() – Registers the table with WordPress. */ /* function WPSEO_Database_Proxy::is_table_registered() – Checks if the table has been registered with WordPress. */