UpdateDetails
in package
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
$installationDate
private
string
$installationDate
$name
private
string
$name
$version
private
string
$version
Methods
__construct()
UpdateDetails constructor.
public
__construct( $name, $version, $installationDate) : mixed
Parameters
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