|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\COPage\PC\Table\TableCommandActionHandler:
Collaboration diagram for ILIAS\COPage\PC\Table\TableCommandActionHandler:Public Member Functions | |
| __construct (\ilPageObjectGUI $page_gui) | |
| handle (array $query, array $body) | |
| sendUpdateResponse (\ilPageObjectGUI $page_gui, $updated, string $pcid) | |
| sendTable (\ilPageObjectGUI $page_gui, string $pcid) | |
| Send whole table as response. More... | |
Protected Member Functions | |
| insertCommand (array $body) | |
| setRowHeaderAndCharacteristic (\ilPCTable $tab, array $body) | |
| importSpreadsheet (array $body) | |
| updateDataCommand (array $body) | |
| updateData (string $pcid, array $content) | |
Protected Attributes | |
| ILIAS DI UIServices | $ui |
| ilLanguage | $lng |
| ilPageObjectGUI | $page_gui |
| ilObjUser | $user |
| Server UIWrapper | $ui_wrapper |
Definition at line 27 of file class.TableCommandActionHandler.php.
| ILIAS\COPage\PC\Table\TableCommandActionHandler::__construct | ( | \ilPageObjectGUI | $page_gui | ) |
Definition at line 35 of file class.TableCommandActionHandler.php.
References $DIC, ILIAS\COPage\PC\Table\TableCommandActionHandler\$page_gui, ILIAS\Repository\lng(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
Here is the call graph for this function:| ILIAS\COPage\PC\Table\TableCommandActionHandler::handle | ( | array | $query, |
| array | $body | ||
| ) |
Definition at line 47 of file class.TableCommandActionHandler.php.
References ILIAS\COPage\PC\Table\TableCommandActionHandler\insertCommand(), and ILIAS\COPage\PC\Table\TableCommandActionHandler\updateDataCommand().
Here is the call graph for this function:
|
protected |
Definition at line 133 of file class.TableCommandActionHandler.php.
References ILIAS\COPage\PC\Table\TableCommandActionHandler\setRowHeaderAndCharacteristic(), and ILIAS\Repository\user().
Referenced by ILIAS\COPage\PC\Table\TableCommandActionHandler\insertCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 73 of file class.TableCommandActionHandler.php.
References ILIAS\COPage\PC\Table\TableCommandActionHandler\importSpreadsheet(), ILIAS\COPage\PC\Table\TableCommandActionHandler\setRowHeaderAndCharacteristic(), and ILIAS\Repository\user().
Referenced by ILIAS\COPage\PC\Table\TableCommandActionHandler\handle().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\COPage\PC\Table\TableCommandActionHandler::sendTable | ( | \ilPageObjectGUI | $page_gui, |
| string | $pcid | ||
| ) |
Send whole table as response.
Definition at line 319 of file class.TableCommandActionHandler.php.
References ilPageObjectGUI\getPageObject().
Here is the call graph for this function:| ILIAS\COPage\PC\Table\TableCommandActionHandler::sendUpdateResponse | ( | \ilPageObjectGUI | $page_gui, |
| $updated, | |||
| string | $pcid | ||
| ) |
| string | bool | array | $updated |
Definition at line 174 of file class.TableCommandActionHandler.php.
References ILIAS\$error.
Referenced by ILIAS\COPage\PC\Table\TableCommandActionHandler\updateDataCommand().
Here is the caller graph for this function:
|
protected |
Definition at line 111 of file class.TableCommandActionHandler.php.
References ilPCTable\setClass(), ilPCTable\setHeaderRows(), and ilPCTable\setTemplate().
Referenced by ILIAS\COPage\PC\Table\TableCommandActionHandler\importSpreadsheet(), and ILIAS\COPage\PC\Table\TableCommandActionHandler\insertCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 210 of file class.TableCommandActionHandler.php.
References $data, $text, ilPCParagraph\_input2xml(), ilPCParagraph\handleAjaxContent(), and ilPCParagraph\handleAjaxContentPost().
Referenced by ILIAS\COPage\PC\Table\TableCommandActionHandler\updateDataCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 160 of file class.TableCommandActionHandler.php.
References ILIAS\COPage\PC\Table\TableCommandActionHandler\sendUpdateResponse(), and ILIAS\COPage\PC\Table\TableCommandActionHandler\updateData().
Referenced by ILIAS\COPage\PC\Table\TableCommandActionHandler\handle().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file class.TableCommandActionHandler.php.
|
protected |
Definition at line 31 of file class.TableCommandActionHandler.php.
Referenced by ILIAS\COPage\PC\Table\TableCommandActionHandler\__construct().
Definition at line 29 of file class.TableCommandActionHandler.php.
Definition at line 33 of file class.TableCommandActionHandler.php.
|
protected |
Definition at line 32 of file class.TableCommandActionHandler.php.