|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Test\Questions\Presentation\QuestionsTableQuery:
Collaboration diagram for ILIAS\Test\Questions\Presentation\QuestionsTableQuery:Public Member Functions | |
| __construct (HTTPService $http, protected Refinery $refinery, protected DataFactory $data_factory, array $namespace) | |
| getTableAction () | |
| getRowIds (\ilObjTest $obj_test) | |
| getPrintViewType () | |
| getActionURL (string $action) | |
| getPrintViewTypeURL (string $action, string $type) | |
| getRowBoundURLBuilder (string $action) | |
Protected Attributes | |
| ServerRequestInterface | $request |
| RequestWrapper | $request_wrapper |
| URLBuilder | $url_builder |
| URLBuilderToken | $action_token |
| URLBuilderToken | $row_id_token |
| URLBuilderToken | $print_view_type_token |
Private Member Functions | |
| getUrlBuilder () | |
| retrieveStringOrNull (URLBuilderToken $token) | |
Definition at line 32 of file QuestionsTableQuery.php.
| ILIAS\Test\Questions\Presentation\QuestionsTableQuery::__construct | ( | HTTPService | $http, |
| protected Refinery | $refinery, | ||
| protected DataFactory | $data_factory, | ||
| array | $namespace | ||
| ) |
Definition at line 41 of file QuestionsTableQuery.php.
References $http, and ILIAS\Test\Questions\Presentation\QuestionsTableQuery\getUrlBuilder().
Here is the call graph for this function:| ILIAS\Test\Questions\Presentation\QuestionsTableQuery::getActionURL | ( | string | $action | ) |
Definition at line 110 of file QuestionsTableQuery.php.
References ILIAS\Data\URI\withParameter().
Here is the call graph for this function:| ILIAS\Test\Questions\Presentation\QuestionsTableQuery::getPrintViewType | ( | ) |
Definition at line 99 of file QuestionsTableQuery.php.
| ILIAS\Test\Questions\Presentation\QuestionsTableQuery::getPrintViewTypeURL | ( | string | $action, |
| string | $type | ||
| ) |
Definition at line 118 of file QuestionsTableQuery.php.
| ILIAS\Test\Questions\Presentation\QuestionsTableQuery::getRowBoundURLBuilder | ( | string | $action | ) |
Definition at line 137 of file QuestionsTableQuery.php.
| ILIAS\Test\Questions\Presentation\QuestionsTableQuery::getRowIds | ( | \ilObjTest | $obj_test | ) |
Definition at line 77 of file QuestionsTableQuery.php.
References ilObjTest\getTestQuestions().
Referenced by ilObjTestGUI\getTargetQuestionpoolForm(), and ilObjTestGUI\showQuestionsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Test\Questions\Presentation\QuestionsTableQuery::getTableAction | ( | ) |
Definition at line 72 of file QuestionsTableQuery.php.
References ILIAS\Test\Questions\Presentation\QuestionsTableQuery\retrieveStringOrNull().
Referenced by ilObjTestGUI\getTargetQuestionpoolForm(), and ilObjTestGUI\showQuestionsObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 63 of file QuestionsTableQuery.php.
Referenced by ILIAS\Test\Questions\Presentation\QuestionsTableQuery\__construct().
Here is the caller graph for this function:
|
private |
Definition at line 145 of file QuestionsTableQuery.php.
References $token, ILIAS\Repository\refinery(), and ILIAS\Refinery\transform().
Referenced by ILIAS\Test\Questions\Presentation\QuestionsTableQuery\getTableAction().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 37 of file QuestionsTableQuery.php.
|
protected |
Definition at line 39 of file QuestionsTableQuery.php.
|
protected |
Definition at line 34 of file QuestionsTableQuery.php.
|
protected |
Definition at line 35 of file QuestionsTableQuery.php.
|
protected |
Definition at line 38 of file QuestionsTableQuery.php.
|
protected |
Definition at line 36 of file QuestionsTableQuery.php.