ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Public Member Functions | |
__construct (?ilObject $object, ILIAS\UI\Factory $ui_factory, ilLanguage $lng,) | |
getTable () | |
getItems (?Range $range=null, ?Order $order=null) | |
getRows (\ILIAS\UI\Component\Table\DataRowBuilder $row_builder, array $visible_column_ids, \ILIAS\Data\Range $range, \ILIAS\Data\Order $order, ?array $filter_data, ?array $additional_parameters) | |
getTotalRowCount (?array $filter_data, ?array $additional_parameters) | |
![]() | |
getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, ?array $filter_data, ?array $additional_parameters) | |
This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
Protected Member Functions | |
getColums () | |
Protected Attributes | |
ilObject | $object = null |
ILIAS UI Factory | $ui_factory |
ilLanguage | $lng |
Definition at line 26 of file class.ilLanguageStatisticsTable.php.
ilLanguageStatisticsTable::__construct | ( | ?ilObject | $object, |
ILIAS\UI\Factory | $ui_factory, | ||
ilLanguage | $lng | ||
) |
Definition at line 32 of file class.ilLanguageStatisticsTable.php.
References $lng, $object, $ui_factory, and ILIAS\Repository\lng().
|
protected |
Definition at line 51 of file class.ilLanguageStatisticsTable.php.
References Vendor\Package\$f, and ILIAS\Repository\lng().
Referenced by getTable().
Definition at line 62 of file class.ilLanguageStatisticsTable.php.
References Vendor\Package\$a, Vendor\Package\$b, $data, ILIAS\UI\Implementation\Component\Table\$range, ilObjLanguageExt\_getModules(), ILIAS\Data\Range\getLength(), ILIAS\Data\Range\getStart(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by getRows(), and getTotalRowCount().
ilLanguageStatisticsTable::getRows | ( | \ILIAS\UI\Component\Table\DataRowBuilder | $row_builder, |
array | $visible_column_ids, | ||
\ILIAS\Data\Range | $range, | ||
\ILIAS\Data\Order | $order, | ||
?array | $filter_data, | ||
?array | $additional_parameters | ||
) |
Definition at line 126 of file class.ilLanguageStatisticsTable.php.
References getItems().
ilLanguageStatisticsTable::getTable | ( | ) |
Definition at line 42 of file class.ilLanguageStatisticsTable.php.
References getColums().
ilLanguageStatisticsTable::getTotalRowCount | ( | ?array | $filter_data, |
?array | $additional_parameters | ||
) |
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 148 of file class.ilLanguageStatisticsTable.php.
References getItems().
|
protected |
Definition at line 30 of file class.ilLanguageStatisticsTable.php.
Referenced by __construct().
Definition at line 28 of file class.ilLanguageStatisticsTable.php.
Referenced by __construct().
|
protected |
Definition at line 29 of file class.ilLanguageStatisticsTable.php.
Referenced by __construct().