\MainWP\ChildMainWP_Child_Api_Backups

Class MainWP_Child_Api_Backups

This class handles all the MainWP API Backups child site actions when needed.

Summary

Methods
Properties
Constants
instance()
__construct()
api_backups_mysqldump()
$is_plugin_installed
No constants found
No protected methods found
$instance
N/A
No private methods found
No private properties found
N/A

Properties

$is_plugin_installed

$is_plugin_installed : boolean

Public variable to state if supported plugin is installed on the child site.

Type

boolean — If supported plugin is installed, return true, if not, return false.

$instance

$instance : mixed

Public static variable to hold the single instance of the class.

Type

mixed — Default null

Methods

instance()

instance() : mixed

Method instance()

Create a public static instance.

Returns

mixed —

Class instance.

__construct()

__construct() 

MainWP_Child_Api_Backups constructor.

Run any time class is called.

api_backups_mysqldump()

api_backups_mysqldump() : void

Create a backup of the database for the given child site.