|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Table class for. More...
Inheritance diagram for ilLanguageFolderTable:
Collaboration diagram for ilLanguageFolderTable:Public Member Functions | |
| __construct (ilObjLanguageFolder $a_folder, URLBuilder $url_builder, URLBuilderToken $action_token, URLBuilderToken $row_id_token) | |
| getTable () | |
| getItems (?Range $range=null, ?Order $order=null) | |
| Get language data. More... | |
| getRows (\ILIAS\UI\Component\Table\DataRowBuilder $row_builder, array $visible_column_ids, Range $range, Order $order, mixed $additional_viewcontrol_data, mixed $filter_data, mixed $additional_parameters) | |
| 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... | |
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 () | |
| getActions () | |
| buildAction (string $act, string $type, bool $async=false) | |
| getURIWithTargetClass (string $target_gui, string $command) | |
Protected Attributes | |
| URLBuilder | $url_builder |
| URLBuilderToken | $action_token |
| URLBuilderToken | $row_id_token |
| ILIAS UI Factory | $ui_factory |
| ilLanguage | $lng |
| ilObjLanguageFolder | $folder |
| ilCtrlInterface | $ctrl |
| ilSetting | $ilSetting |
| ilAccessHandler | $access |
| ilLanguageFolderTable::__construct | ( | ilObjLanguageFolder | $a_folder, |
| URLBuilder | $url_builder, | ||
| URLBuilderToken | $action_token, | ||
| URLBuilderToken | $row_id_token | ||
| ) |
Definition at line 49 of file class.ilLanguageFolderTable.php.
References $action_token, $DIC, $row_id_token, $url_builder, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 117 of file class.ilLanguageFolderTable.php.
References ILIAS\Repository\lng().
Referenced by getActions().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 103 of file class.ilLanguageFolderTable.php.
References buildAction().
Referenced by getTable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 80 of file class.ilLanguageFolderTable.php.
References Vendor\Package\$f, $ui_factory, and ILIAS\Repository\lng().
Referenced by getTable().
Here is the call graph for this function:
Here is the caller graph for this function:Get language data.
Definition at line 135 of file class.ilLanguageFolderTable.php.
References $data, ILIAS\UI\Implementation\Component\Table\$range, ILIAS\Data\Range\getLength(), and ILIAS\Data\Range\getStart().
Here is the call graph for this function:| ilLanguageFolderTable::getRows | ( | \ILIAS\UI\Component\Table\DataRowBuilder | $row_builder, |
| array | $visible_column_ids, | ||
| Range | $range, | ||
| Order | $order, | ||
| mixed | $additional_viewcontrol_data, | ||
| mixed | $filter_data, | ||
| mixed | $additional_parameters | ||
| ) |
Definition at line 158 of file class.ilLanguageFolderTable.php.
References ilObjLanguage\_getLastLocalChange(), ILIAS\Repository\access(), ilObjLanguage\countUsers(), ilDatePresentation\formatDate(), ilSetting\get(), getURIWithTargetClass(), IL_CAL_DATETIME, and ILIAS\Repository\lng().
Here is the call graph for this function:| ilLanguageFolderTable::getTable | ( | ) |
Definition at line 67 of file class.ilLanguageFolderTable.php.
References ILIAS\Repository\access(), getActions(), and getColums().
Here is the call graph for this function:| ilLanguageFolderTable::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.
Given the nature of a DataTable, which is, opposite to a PresentationTable, rather administrative than explorative, this information will increase user experience quite a bit. However, you may return null, if the call is to costly, but expect the View Control to look a little different in this case.
Make sure that potential filters or user restrictions are being applied to the count.
Implements ILIAS\UI\Component\Table\DataRetrieval.
Definition at line 220 of file class.ilLanguageFolderTable.php.
|
protected |
Definition at line 210 of file class.ilLanguageFolderTable.php.
References ILIAS\Repository\ctrl().
Referenced by getRows().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 47 of file class.ilLanguageFolderTable.php.
|
protected |
Definition at line 40 of file class.ilLanguageFolderTable.php.
Referenced by __construct().
|
protected |
Definition at line 45 of file class.ilLanguageFolderTable.php.
|
protected |
Definition at line 44 of file class.ilLanguageFolderTable.php.
|
protected |
Definition at line 46 of file class.ilLanguageFolderTable.php.
|
protected |
Definition at line 43 of file class.ilLanguageFolderTable.php.
|
protected |
Definition at line 41 of file class.ilLanguageFolderTable.php.
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilLanguageFolderTable.php.
Referenced by getColums().
|
protected |
Definition at line 39 of file class.ilLanguageFolderTable.php.
Referenced by __construct().