UpdatesDetailsReader
in package
Uses
GxAdapterTrait
Class UpdatesDetailsReader
Table of Contents
- $db : CI_DB_query_builder
- $gxAdapter : mixed
- __construct() : mixed
- UpdatesDetailsReader constructor.
- getDownloadedUpdatesData() : array<string|int, mixed>
- Returns the downloaded updates data.
- getInstalledUpdatesData() : array<string|int, mixed>
- Returns the installed updates data.
- setGxAdapter() : mixed
- gxAdapter() : GxAdapter
Properties
$db
private
CI_DB_query_builder
$db
$gxAdapter
private
mixed
$gxAdapter
Methods
__construct()
UpdatesDetailsReader constructor.
public
__construct(CI_DB_query_builder $db) : mixed
Parameters
- $db : CI_DB_query_builder
Return values
mixed —getDownloadedUpdatesData()
Returns the downloaded updates data.
public
getDownloadedUpdatesData() : array<string|int, mixed>
Return values
array<string|int, mixed> —getInstalledUpdatesData()
Returns the installed updates data.
public
getInstalledUpdatesData() : array<string|int, mixed>
Return values
array<string|int, mixed> —setGxAdapter()
public
setGxAdapter(GxAdapter $adapter) : mixed
Parameters
- $adapter : GxAdapter
Return values
mixed —gxAdapter()
private
gxAdapter() : GxAdapter