\App\GatewayModule\DatagridsUpgradablePackagesDataGridFactory

Upgradable packages data grid

Summary

Methods
Properties
Constants
__construct()
create()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$dataGridFactory
$manager
N/A

Properties

$dataGridFactory

$dataGridFactory : \App\CoreModule\Datagrids\DataGridFactory

Type

normal — Data grid factory

$manager

$manager : \App\GatewayModule\Models\UpdaterManager

Type

normal — IQRF Gateway Updater manager

Methods

__construct()

__construct(\App\CoreModule\Datagrids\DataGridFactory  $dataGridFactory, \App\GatewayModule\Models\UpdaterManager  $manager) : mixed

Constructor

Parameters

\App\CoreModule\Datagrids\DataGridFactory $dataGridFactory

Generic data grid factory

\App\GatewayModule\Models\UpdaterManager $manager

IQRF Gateway Updater manager

Returns

mixed

create()

create(\App\GatewayModule\Presenters\UpdaterPresenter  $presenter, string  $name) : \Ublaboo\DataGrid\DataGrid

Creates the user data grid

Parameters

\App\GatewayModule\Presenters\UpdaterPresenter $presenter

IQRF Gateway Updater presenter

string $name

Data grid's component name

Returns

\Ublaboo\DataGrid\DataGrid —

User data grid