Class shardimage\shardimagephp\models\superbackup\SuperBackup
Inheritance | shardimage\shardimagephp\models\superbackup\SuperBackup » shardimage\shardimagephpapi\base\BaseObject |
---|
Public Properties
Public Methods
Method | Description | Defined By |
---|---|---|
__construct() | Creates the object, populates the properties and calls the "init" method. | shardimage\shardimagephpapi\base\BaseObject |
__get() | Returns the value of a non-defined property, it there is a getter method. | shardimage\shardimagephpapi\base\BaseObject |
__isset() | Does the non-defined property with a getter exist and is it not NULL? | shardimage\shardimagephpapi\base\BaseObject |
__set() | Sets the value of a non-defined property, if there is a setter method. | shardimage\shardimagephpapi\base\BaseObject |
__unset() | Sets the value of a non-defined property to NULL, if there is a setter. | shardimage\shardimagephpapi\base\BaseObject |
init() | Custom initialization. | shardimage\shardimagephp\models\superbackup\SuperBackup |
toArray() | Converts the object an array. | shardimage\shardimagephpapi\base\BaseObject |
Protected Methods
Method | Description | Defined By |
---|---|---|
ensureClass() | Creates an object from the given parameters. | shardimage\shardimagephpapi\base\BaseObject |
Constants
Constant | Value | Description | Defined By |
---|---|---|---|
FULL_BACKUP_STATUS_COMPLETE | 'complete' | shardimage\shardimagephp\models\superbackup\SuperBackup | |
FULL_BACKUP_STATUS_PROCESSING | 'processing' | shardimage\shardimagephp\models\superbackup\SuperBackup | |
FULL_BACKUP_STATUS_STOPPED | 'stopped' | shardimage\shardimagephp\models\superbackup\SuperBackup | |
FULL_BACKUP_STATUS_STOPPING | 'stopping' | shardimage\shardimagephp\models\superbackup\SuperBackup | |
FULL_BACKUP_STATUS_WAITING | 'waiting' | shardimage\shardimagephp\models\superbackup\SuperBackup |
Property Details
Copy delay [s]
Delete delay [s], never deletes if null
Keeping logs [days]
public shardimage\shardimagephp\models\superbackup\targets\AmazonS3Target|shardimage\shardimagephp\models\superbackup\targets\CloudinaryTarget|shardimage\shardimagephp\models\superbackup\targets\GoogleCloudStorageTarget|shardimage\shardimagephp\models\superbackup\targets\MicrosoftAzureStorageTarget $target = null