|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilLanguageStatisticsTable:
Collaboration diagram for ilLanguageStatisticsTable: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, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| @inheritDoc More... | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\UI\Component\Table\DataRetrieval | |
| getRows (DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| This is called by the table to retrieve rows; map data-records to rows using the $row_builder e.g. More... | |
| getTotalRowCount (mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| Mainly for the purpose of pagination-support, it is important to know about the total number of records available. 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().
Here is the call graph for this function:
|
protected |
Definition at line 51 of file class.ilLanguageStatisticsTable.php.
References Vendor\Package\$f, and ILIAS\Repository\lng().
Referenced by getTable().
Here is the call graph for this function:
Here is the caller graph for this function: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().
Here is the call graph for this function:| ilLanguageStatisticsTable::getRows | ( | \ILIAS\UI\Component\Table\DataRowBuilder | $row_builder, |
| array | $visible_column_ids, | ||
| \ILIAS\Data\Range | $range, | ||
| \ILIAS\Data\Order | $order, | ||
| mixed | $additional_viewcontrol_data, | ||
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
@inheritDoc
Definition at line 126 of file class.ilLanguageStatisticsTable.php.
| ilLanguageStatisticsTable::getTable | ( | ) |
Definition at line 42 of file class.ilLanguageStatisticsTable.php.
References getColums().
Here is the call graph for this function:| ilLanguageStatisticsTable::getTotalRowCount | ( | mixed | $additional_viewcontrol_data, |
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
@inheritDoc
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 149 of file class.ilLanguageStatisticsTable.php.
|
protected |
Definition at line 30 of file class.ilLanguageStatisticsTable.php.
Referenced by __construct().
|
protected |
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().