com\setasign\Konquadrat\Grid
GridFactoryInterface Interface GridFactoryInterface
File: /Konquadrat/src/Grid/GridFactoryInterface.php
The GridFactory has the job to create the datasource together with the DatasourceFactory and creating the Grid instance matching to the configuration. The class name of the gridInterface will be desided by the datasource.
Implemented in
Summary
Methods
buildGrid()
abstract public GridFactoryInterface::buildGrid (
\com\setasign\Konquadrat\Datasource\DatasourceFactoryInterface $datasourceFactory,
\com\setasign\SetaFramework\Config\Config $gridConfig,
?int $context
): GridInterface\com\setasign\SetaFramework\Config\Config $gridConfig,
?int $context
Parameters
- $datasourceFactory : \com\setasign\Konquadrat\Datasource\DatasourceFactoryInterface
- $gridConfig : \com\setasign\SetaFramework\Config\Config
- $context : ?int
