ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
◀ ilDoc Overview
Actions.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Search\GUI
;
22
23
use
ILIAS\Data\URI
;
24
use
ILIAS\Search\Presentation\Result\Sortation
;
25
26
interface
Actions
27
{
28
public
function
search
():
URI
;
29
30
public
function
remoteSearch
():
URI
;
31
32
public
function
showSavedResults
():
URI
;
33
34
public
function
applyFilter
():
URI
;
35
36
public
function
switchResultPage
(
Sortation
$sortation):
URI
;
37
38
public
function
sortResultPage
():
URI
;
39
40
public
function
autoComplete
():
URI
;
41
42
public
function
isValidCommand
(
string
$cmd): bool;
43
}
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:35
ILIAS\Search\GUI\Actions
Definition:
Actions.php:27
ILIAS\Search\GUI\Actions\isValidCommand
isValidCommand(string $cmd)
ILIAS\Search\GUI\Actions\remoteSearch
remoteSearch()
ILIAS\Search\GUI\Actions\autoComplete
autoComplete()
ILIAS\Search\GUI\Actions\switchResultPage
switchResultPage(Sortation $sortation)
ILIAS\Search\GUI\Actions\applyFilter
applyFilter()
ILIAS\Search\GUI\Actions\showSavedResults
showSavedResults()
ILIAS\Search\GUI\Actions\search
search()
ILIAS\Search\GUI\Actions\sortResultPage
sortResultPage()
ILIAS\Search\GUI
Definition:
AbstractSearchStateHandlerImpl.php:21
ILIAS\Search\Presentation\Result\Sortation
Sortation
Definition:
Sortation.php:24
components
ILIAS
Search
classes
GUI
Actions.php
Generated on Sun Nov 2 2025 23:02:56 for ILIAS by
1.9.4 (using
Doxyfile
)