|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\Search\GUI\ActionsImpl:
Collaboration diagram for ILIAS\Search\GUI\ActionsImpl:Public Member Functions | |
| __construct (protected ilCtrlInterface $ctrl, protected DataFactory $data_factory) | |
| search () | |
| remoteSearch () | |
| showSavedResults () | |
| applyFilter () | |
| switchResultPage (Sortation $sortation) | |
| sortResultPage () | |
| autoComplete () | |
| isValidCommand (string $cmd) | |
| search () | |
| remoteSearch () | |
| showSavedResults () | |
| applyFilter () | |
| switchResultPage (Sortation $sortation) | |
| sortResultPage () | |
| autoComplete () | |
| isValidCommand (string $cmd) | |
Protected Member Functions | |
| ctrlToURI (string $ctrl_target) | |
Protected Attributes | |
| const string | SEARCH_CMD = 'search' |
| const string | REMOTE_SEARCH_CMD = 'remoteSearch' |
| const string | SHOW_SAVED_RESULTS_CMD = 'showSavedResults' |
| const string | APPLY_FILTER_CMD = 'applyFilter' |
| const string | SWITCH_RESULT_PAGE_CMD = 'switchResultPage' |
| const string | SORT_RESULT_PAGE_CMD = 'sortResultPage' |
| const string | AUTO_COMPLETE_CMD = 'autoComplete' |
Definition at line 29 of file ActionsImpl.php.
| ILIAS\Search\GUI\ActionsImpl::__construct | ( | protected ilCtrlInterface | $ctrl, |
| protected DataFactory | $data_factory | ||
| ) |
Definition at line 39 of file ActionsImpl.php.
| ILIAS\Search\GUI\ActionsImpl::applyFilter | ( | ) |
Implements ILIAS\Search\GUI\Actions.
Definition at line 72 of file ActionsImpl.php.
References ILIAS\Repository\ctrl(), and ILIAS\Search\GUI\ActionsImpl\ctrlToURI().
Here is the call graph for this function:| ILIAS\Search\GUI\ActionsImpl::autoComplete | ( | ) |
Implements ILIAS\Search\GUI\Actions.
Definition at line 101 of file ActionsImpl.php.
References ILIAS\Repository\ctrl(), and ILIAS\Search\GUI\ActionsImpl\ctrlToURI().
Here is the call graph for this function:
|
protected |
Definition at line 125 of file ActionsImpl.php.
Referenced by ILIAS\Search\GUI\ActionsImpl\applyFilter(), ILIAS\Search\GUI\ActionsImpl\autoComplete(), ILIAS\Search\GUI\ActionsImpl\remoteSearch(), ILIAS\Search\GUI\ActionsImpl\search(), ILIAS\Search\GUI\ActionsImpl\showSavedResults(), ILIAS\Search\GUI\ActionsImpl\sortResultPage(), and ILIAS\Search\GUI\ActionsImpl\switchResultPage().
Here is the caller graph for this function:| ILIAS\Search\GUI\ActionsImpl::isValidCommand | ( | string | $cmd | ) |
Implements ILIAS\Search\GUI\Actions.
Definition at line 112 of file ActionsImpl.php.
| ILIAS\Search\GUI\ActionsImpl::remoteSearch | ( | ) |
Implements ILIAS\Search\GUI\Actions.
Definition at line 54 of file ActionsImpl.php.
References ILIAS\Repository\ctrl(), and ILIAS\Search\GUI\ActionsImpl\ctrlToURI().
Here is the call graph for this function:| ILIAS\Search\GUI\ActionsImpl::search | ( | ) |
Implements ILIAS\Search\GUI\Actions.
Definition at line 45 of file ActionsImpl.php.
References ILIAS\Repository\ctrl(), and ILIAS\Search\GUI\ActionsImpl\ctrlToURI().
Here is the call graph for this function:| ILIAS\Search\GUI\ActionsImpl::showSavedResults | ( | ) |
Implements ILIAS\Search\GUI\Actions.
Definition at line 63 of file ActionsImpl.php.
References ILIAS\Repository\ctrl(), and ILIAS\Search\GUI\ActionsImpl\ctrlToURI().
Here is the call graph for this function:| ILIAS\Search\GUI\ActionsImpl::sortResultPage | ( | ) |
Implements ILIAS\Search\GUI\Actions.
Definition at line 92 of file ActionsImpl.php.
References ILIAS\Repository\ctrl(), and ILIAS\Search\GUI\ActionsImpl\ctrlToURI().
Here is the call graph for this function:| ILIAS\Search\GUI\ActionsImpl::switchResultPage | ( | Sortation | $sortation | ) |
Implements ILIAS\Search\GUI\Actions.
Definition at line 81 of file ActionsImpl.php.
References ILIAS\Repository\ctrl(), and ILIAS\Search\GUI\ActionsImpl\ctrlToURI().
Here is the call graph for this function:
|
protected |
Definition at line 34 of file ActionsImpl.php.
|
protected |
Definition at line 37 of file ActionsImpl.php.
|
protected |
Definition at line 32 of file ActionsImpl.php.
|
protected |
Definition at line 31 of file ActionsImpl.php.
|
protected |
Definition at line 33 of file ActionsImpl.php.
|
protected |
Definition at line 36 of file ActionsImpl.php.
|
protected |
Definition at line 35 of file ActionsImpl.php.