ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
ILIAS\Search\GUI Namespace Reference

Namespaces

namespace  Direct
 
namespace  Lucene
 
namespace  Service
 

Data Structures

class  AbstractSearchStateHandlerImpl
 
interface  Actions
 
class  ActionsImpl
 
interface  Searcher
 Until there is a unified format for search results, rendering also has to be done seperately. More...
 
interface  SearchStateHandler
 

Enumerations

enum  Param : string { PAGE_NUMBER = 'page_number' }
 

Enumeration Type Documentation

◆ Param

Enumerator
PAGE_NUMBER 

Definition at line 23 of file Param.php.

24{
25 case SORTATION = 'sortation';
26 case MAX_PAGE = 'max_page';
27 case PAGE_NUMBER = 'page_number';
28}