modules/Import/views/ImportListView.php
\ImportListView
Package:
Properties
Methods

__construct(
\Paginatable $dataSource, array $params, string $tableIdentifier
=
''
)
:
voidCreate a list view object that can display a data source which implements the Paginatable interface.
Parameters
Throws
| Name | Type | Description |
|---|---|---|
| $dataSource | \Paginatable | |
| $params | array | |
| $tableIdentifier | string |
| Exception | Description |
|---|---|
| \Exception |

display(
bool $return
=
FALSE
)
:
Display the list view like table.
Parameters
| Name | Type | Description |
|---|---|---|
| $return | bool | True if we should return the content rather than echoing. |