phpDocumentor

UpdatesDetailsReader 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

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>

Search results