UpdatesDetails
in package
Class UpdatesDetails
Table of Contents
- $downloaded : UpdateDetailsCollection
- $installed : UpdateDetailsCollection
- __construct() : mixed
- UpdatesDetails constructor.
- create() : UpdatesDetails
- Creates and returns a new UpdatesDetails instance.
- downloaded() : UpdateDetailsCollection
- Returns a collection of updates, that had been downloaded with the AutoUpdater but not yet installed.
- installed() : UpdateDetailsCollection
- Returns a collection of installed updates.
Properties
$downloaded
private
UpdateDetailsCollection
$downloaded
$installed
private
UpdateDetailsCollection
$installed
Methods
__construct()
UpdatesDetails constructor.
public
__construct(UpdateDetailsCollection $installed, UpdateDetailsCollection $downloaded) : mixed
Parameters
- $installed : UpdateDetailsCollection
- $downloaded : UpdateDetailsCollection
Return values
mixed —create()
Creates and returns a new UpdatesDetails instance.
public
static create(UpdateDetailsCollection $installed, UpdateDetailsCollection $downloaded) : UpdatesDetails
Parameters
- $installed : UpdateDetailsCollection
- $downloaded : UpdateDetailsCollection
Return values
UpdatesDetails —downloaded()
Returns a collection of updates, that had been downloaded with the AutoUpdater but not yet installed.
public
downloaded() : UpdateDetailsCollection
Return values
UpdateDetailsCollection —installed()
Returns a collection of installed updates.
public
installed() : UpdateDetailsCollection