portal/include/ListView/ListViewSmarty.php
\ListViewSmarty
Package:
- Parent(s)
- \ListViewDisplay
- Children
- \ListViewReports
- \PopupSmarty
- \ListViewPackages
Properties
Methods
display(
\end $end
=
true
)
:
void
Displays the xtpl, either echo or returning the contents
Parameters
Name | Type | Description |
---|---|---|
$end | \end | bool display the ending of the listview data (ie MassUpdate) |
process(
\file $file, \data $data, \html_var $htmlVar
)
:
void
Processes the request. Calls ListViewData process. Also assigns all lang strings, export links, This is called from ListViewDisplay
Parameters
Name | Type | Description |
---|---|---|
$file | \file | file Template file to use |
$data | \data | array from ListViewData |
$htmlVar | \html_var | string the corresponding html var in xtpl per row |