phpDocumentor

UpdateDetails

Class UpdateDetails

Table of Contents

$installationDate  : string
$name  : string
$version  : string
__construct()  : mixed
UpdateDetails constructor.
create()  : UpdateDetails
Creates and returns a new UpdateDetails instance.
installationDate()  : string
Returns the installation date of the update.
name()  : string
Returns the name of the update.
version()  : string
Returns the version of the update.

Properties

Methods

__construct()

UpdateDetails constructor.

public __construct( $name,  $version,  $installationDate) : mixed
Parameters
$name :
$version :
$installationDate :
Return values
mixed

create()

Creates and returns a new UpdateDetails instance.

public static create(string $name, string $version, string $installationDate) : UpdateDetails
Parameters
$name : string
$version : string
$installationDate : string
Return values
UpdateDetails

installationDate()

Returns the installation date of the update.

public installationDate() : string
Return values
string

name()

Returns the name of the update.

public name() : string
Return values
string

version()

Returns the version of the update.

public version() : string
Return values
string

Search results