AutoUpdaterBackup

Class AutoUpdaterBackup

package

Default

Methods

AutoUpdaterUpdate constructor.

__construct(string $id, string $receiptFile, string $directoryPath, array $updateName, string $creationDate, array $newUpdateFiles) 

Arguments

$id

string

$receiptFile

string

$directoryPath

string

$updateName

array

$creationDate

string

$newUpdateFiles

array

Creates and returns a new instance of this class.

createFromDataCache( $id, array $cacheData) : \AutoUpdaterBackup
static

Arguments

$id

$cacheData

array

Response

\AutoUpdaterBackup

Returns the creation date of this backup.

creationDate() : string

Response

string

Returns the path of the directory with the backup files.

directoryPath() : array|string

Response

array|string

Returns the id of this backup.

id() : string

Response

string

Returns a list of new files, that came with the related update.

newUpdateFiles() : array

Response

array

Returns the receipt filename of the related update.

receiptFile() : string

Response

string

Returns the update name of the related update.

updateName(null|string $language = null) : array|string

Arguments

$language

null|string

Response

array|string

Properties

id

id : string
var

Type(s)

string

receiptFile

receiptFile : string
var

Type(s)

string

directoryPath

directoryPath : string
var

Type(s)

string

updateName

updateName : array
var

Type(s)

array

creationDate

creationDate : string
var

Type(s)

string

newUpdateFiles

newUpdateFiles : array
var

Type(s)

array