|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Course\Grouping\Table\AssignmentHandler:Public Member Functions | |
| __construct (protected string $action, protected int $content_obj_id, protected ilObjCourseGrouping $grouping, protected ilLanguage $lng, protected UIFactory $ui_factory, protected DataFactory $data_factory, protected HTTP $http, protected Refinery $refinery, ilObjUser $user, ilTree $tree) | |
| getTable () | |
| getSelectedTableAction () | |
| getSelectedRefIDs () | |
Data Fields | |
| const string | ID = 'ref_id' |
| const string | COL_TITLE = 'title' |
| const string | COL_PATH = 'path' |
| const string | COL_ASSIGNED = 'assigned' |
| const string | ACTION_TOGGLE_ASSIGNMENT = 'toggle_assignment' |
Protected Member Functions | |
| buildColumns () | |
| buildActions () | |
| URLBuilder () | |
| actionToken () | |
| IDToken () | |
| initURLBuilderAndTokens () | |
Protected Attributes | |
| const string | ACTION = 'table_action' |
| const string | NAMESPACE = 'grouping_assign' |
| URLBuilder | $url_builder |
| URLBuilderToken | $action_token |
| URLBuilderToken | $id_token |
| DataRetrieval | $data_retrieval |
Definition at line 39 of file AssignmentHandler.php.
| ILIAS\Course\Grouping\Table\AssignmentHandler::__construct | ( | protected string | $action, |
| protected int | $content_obj_id, | ||
| protected ilObjCourseGrouping | $grouping, | ||
| protected ilLanguage | $lng, | ||
| protected UIFactory | $ui_factory, | ||
| protected DataFactory | $data_factory, | ||
| protected HTTP | $http, | ||
| protected Refinery | $refinery, | ||
| ilObjUser | $user, | ||
| ilTree | $tree | ||
| ) |
Definition at line 56 of file AssignmentHandler.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 126 of file AssignmentHandler.php.
References ILIAS\Course\Grouping\Table\AssignmentHandler\$action_token, and ILIAS\Course\Grouping\Table\AssignmentHandler\initURLBuilderAndTokens().
Referenced by ILIAS\Course\Grouping\Table\AssignmentHandler\getSelectedTableAction().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 106 of file AssignmentHandler.php.
References Vendor\Package\$f, and ILIAS\Repository\lng().
Referenced by ILIAS\Course\Grouping\Table\AssignmentHandler\getTable().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 92 of file AssignmentHandler.php.
References Vendor\Package\$f, ilObject\_lookupType(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Course\Grouping\Table\AssignmentHandler::getSelectedRefIDs | ( | ) |
Definition at line 172 of file AssignmentHandler.php.
References ILIAS\Course\Grouping\Table\AssignmentHandler\$data_retrieval, $ref_id, $res, ILIAS\FileDelivery\http(), ILIAS\Course\Grouping\Table\AssignmentHandler\IDToken(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Course\Grouping\Table\AssignmentHandler::getSelectedTableAction | ( | ) |
Definition at line 157 of file AssignmentHandler.php.
References ILIAS\Course\Grouping\Table\AssignmentHandler\actionToken(), ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ILIAS\Course\Grouping\Table\AssignmentHandler::getTable | ( | ) |
Definition at line 79 of file AssignmentHandler.php.
References ILIAS\Course\Grouping\Table\AssignmentHandler\buildActions(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 134 of file AssignmentHandler.php.
References ILIAS\Course\Grouping\Table\AssignmentHandler\$id_token, and ILIAS\Course\Grouping\Table\AssignmentHandler\initURLBuilderAndTokens().
Referenced by ILIAS\Course\Grouping\Table\AssignmentHandler\getSelectedRefIDs().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 142 of file AssignmentHandler.php.
References ILIAS\Course\Grouping\Table\AssignmentHandler\$action_token, ILIAS\Course\Grouping\Table\AssignmentHandler\$id_token, ILIAS\Course\Grouping\Table\AssignmentHandler\$url_builder, ILIAS\UI\URLBuilder\acquireParameters(), and ILIAS\Course\Grouping\Table\AssignmentHandler\URLBuilder().
Referenced by ILIAS\Course\Grouping\Table\AssignmentHandler\actionToken(), ILIAS\Course\Grouping\Table\AssignmentHandler\IDToken(), and ILIAS\Course\Grouping\Table\AssignmentHandler\URLBuilder().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 118 of file AssignmentHandler.php.
References ILIAS\Course\Grouping\Table\AssignmentHandler\$url_builder, and ILIAS\Course\Grouping\Table\AssignmentHandler\initURLBuilderAndTokens().
Referenced by ILIAS\Course\Grouping\Table\AssignmentHandler\initURLBuilderAndTokens().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 52 of file AssignmentHandler.php.
Referenced by ILIAS\Course\Grouping\Table\AssignmentHandler\actionToken(), and ILIAS\Course\Grouping\Table\AssignmentHandler\initURLBuilderAndTokens().
|
protected |
Definition at line 54 of file AssignmentHandler.php.
Referenced by ILIAS\Course\Grouping\Table\AssignmentHandler\getSelectedRefIDs().
|
protected |
Definition at line 53 of file AssignmentHandler.php.
Referenced by ILIAS\Course\Grouping\Table\AssignmentHandler\IDToken(), and ILIAS\Course\Grouping\Table\AssignmentHandler\initURLBuilderAndTokens().
|
protected |
Definition at line 51 of file AssignmentHandler.php.
Referenced by ILIAS\Course\Grouping\Table\AssignmentHandler\initURLBuilderAndTokens(), and ILIAS\Course\Grouping\Table\AssignmentHandler\URLBuilder().
|
protected |
Definition at line 42 of file AssignmentHandler.php.
| const string ILIAS\Course\Grouping\Table\AssignmentHandler::ACTION_TOGGLE_ASSIGNMENT = 'toggle_assignment' |
Definition at line 49 of file AssignmentHandler.php.
| const string ILIAS\Course\Grouping\Table\AssignmentHandler::COL_ASSIGNED = 'assigned' |
Definition at line 47 of file AssignmentHandler.php.
| const string ILIAS\Course\Grouping\Table\AssignmentHandler::COL_PATH = 'path' |
Definition at line 46 of file AssignmentHandler.php.
| const string ILIAS\Course\Grouping\Table\AssignmentHandler::COL_TITLE = 'title' |
Definition at line 45 of file AssignmentHandler.php.
| const string ILIAS\Course\Grouping\Table\AssignmentHandler::ID = 'ref_id' |
Definition at line 41 of file AssignmentHandler.php.
|
protected |
Definition at line 43 of file AssignmentHandler.php.