|
ILIAS
trunk Revision v12.0_alpha-1541-g23eaa5e013d
|
Inheritance diagram for ILIAS\COPage\History\HistoryTableBuilder:
Collaboration diagram for ILIAS\COPage\History\HistoryTableBuilder:Public Member Functions | |
| __construct (protected InternalDomainService $domain, protected InternalGUIService $gui, object $parent_gui, string $parent_cmd, int $page_id, string $parent_type, string $lang) | |
Public Member Functions inherited from ILIAS\Repository\Table\CommonTableBuilder | |
| __construct (protected object $parent_gui, protected string $parent_cmd, bool $numeric_ids=true) | |
| getTable () | |
Protected Member Functions | |
| getId () | |
| getTitle () | |
| getRetrieval () | |
| transformRow (array $data_row) | |
| transform raw data array to table row data array More... | |
| activeAction (string $action, array $data_row) | |
| build (TableAdapterGUI $table) | |
Protected Member Functions inherited from ILIAS\Repository\Table\CommonTableBuilder | |
| getId () | |
| getTitle () | |
| getRetrieval () | |
| getNamespace () | |
| getOrderingCommand () | |
| activeAction (string $action, array $data_row) | |
| transformRow (array $data_row) | |
| transform raw data array to table row data array More... | |
| build (TableAdapterGUI $table) | |
Protected Attributes | |
| ILIAS UI Factory | $ui_factory |
| int | $page_id |
| string | $parent_type |
| string | $lang |
| bool | $rselect = false |
| bool | $lselect = false |
Protected Attributes inherited from ILIAS\Repository\Table\CommonTableBuilder | |
| TableAdapterGUI | $table |
Definition at line 29 of file class.HistoryTableBuilder.php.
| ILIAS\COPage\History\HistoryTableBuilder::__construct | ( | protected InternalDomainService | $domain, |
| protected InternalGUIService | $gui, | ||
| object | $parent_gui, | ||
| string | $parent_cmd, | ||
| int | $page_id, | ||
| string | $parent_type, | ||
| string | $lang | ||
| ) |
Definition at line 38 of file class.HistoryTableBuilder.php.
References ILIAS\COPage\History\HistoryTableBuilder\$lang, ILIAS\COPage\History\HistoryTableBuilder\$page_id, ILIAS\COPage\History\HistoryTableBuilder\$parent_type, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 105 of file class.HistoryTableBuilder.php.
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 113 of file class.HistoryTableBuilder.php.
References $lng, ILIAS\Repository\Table\CommonTableBuilder\$table, and ILIAS\Repository\Table\TableAdapterGUI\linkColumn().
Here is the call graph for this function:
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 54 of file class.HistoryTableBuilder.php.
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 64 of file class.HistoryTableBuilder.php.
|
protected |
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 59 of file class.HistoryTableBuilder.php.
|
protected |
transform raw data array to table row data array
Reimplemented from ILIAS\Repository\Table\CommonTableBuilder.
Definition at line 73 of file class.HistoryTableBuilder.php.
References ilObject\_exists(), ilDatePresentation\formatDate(), ilUserUtil\getNamePresentation(), IL_CAL_DATETIME, and ILIAS\Repository\int().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file class.HistoryTableBuilder.php.
Referenced by ILIAS\COPage\History\HistoryTableBuilder\__construct().
|
protected |
Definition at line 36 of file class.HistoryTableBuilder.php.
|
protected |
Definition at line 32 of file class.HistoryTableBuilder.php.
Referenced by ILIAS\COPage\History\HistoryTableBuilder\__construct().
|
protected |
Definition at line 33 of file class.HistoryTableBuilder.php.
Referenced by ILIAS\COPage\History\HistoryTableBuilder\__construct().
|
protected |
Definition at line 35 of file class.HistoryTableBuilder.php.
Definition at line 31 of file class.HistoryTableBuilder.php.