Abstract Class shardimage\shardimagephp\models\superbackup\targets\Target

Inheritanceshardimage\shardimagephp\models\superbackup\targets\Target » shardimage\shardimagephpapi\base\BaseObject
Subclassesshardimage\shardimagephp\models\superbackup\targets\AmazonS3Target, shardimage\shardimagephp\models\superbackup\targets\CloudinaryTarget, shardimage\shardimagephp\models\superbackup\targets\GoogleCloudStorageTarget, shardimage\shardimagephp\models\superbackup\targets\MicrosoftAzureStorageTarget

Public Methods

Hide inherited methods

MethodDescriptionDefined 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
getType() shardimage\shardimagephp\models\superbackup\targets\Target
toArray() Converts the object an array. shardimage\shardimagephpapi\base\BaseObject

Protected Methods

Hide inherited methods

MethodDescriptionDefined By
ensureClass() Creates an object from the given parameters. shardimage\shardimagephpapi\base\BaseObject
init() Custom initialization. shardimage\shardimagephp\models\superbackup\targets\Target

Property Details

$bucket public property

Name of bucket.

public string $bucket null
$prefix public property
public string $prefix null
$type public property
public string $type null

Method Details

getType() public abstract static method

public abstract static void getType ( )
init() protected method

Custom initialization.

protected void init ( )