ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
ILIAS\Search\Presentation\Result\ViewControlInfosImpl Class Reference
+ Inheritance diagram for ILIAS\Search\Presentation\Result\ViewControlInfosImpl:
+ Collaboration diagram for ILIAS\Search\Presentation\Result\ViewControlInfosImpl:

Public Member Functions

 __construct (protected Sortation $sortation, protected int $current_page, protected int $max_pages, protected int $page_size, protected URI $pagination_action, protected Param $page_param, protected URI $sortation_action, protected Param $sortation_param)
 
 sortation ()
 
 currentPage ()
 
 maxPages ()
 
 pageSize ()
 
 paginationAction ()
 
 pageParam ()
 
 sortationAction ()
 
 sortationParam ()
 
 sortation ()
 
 currentPage ()
 
 maxPages ()
 
 pageSize ()
 
 paginationAction ()
 
 pageParam ()
 
 sortationAction ()
 
 sortationParam ()
 

Detailed Description

Definition at line 26 of file ViewControlInfosImpl.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Search\Presentation\Result\ViewControlInfosImpl::__construct ( protected Sortation  $sortation,
protected int  $current_page,
protected int  $max_pages,
protected int  $page_size,
protected URI  $pagination_action,
protected Param  $page_param,
protected URI  $sortation_action,
protected Param  $sortation_param 
)

Definition at line 28 of file ViewControlInfosImpl.php.

37 {
38 }

Member Function Documentation

◆ currentPage()

ILIAS\Search\Presentation\Result\ViewControlInfosImpl::currentPage ( )

Implements ILIAS\Search\Presentation\Result\ViewControlInfos.

Definition at line 45 of file ViewControlInfosImpl.php.

45 : int
46 {
47 return $this->current_page;
48 }

◆ maxPages()

ILIAS\Search\Presentation\Result\ViewControlInfosImpl::maxPages ( )

Implements ILIAS\Search\Presentation\Result\ViewControlInfos.

Definition at line 50 of file ViewControlInfosImpl.php.

50 : int
51 {
52 return $this->max_pages;
53 }

◆ pageParam()

ILIAS\Search\Presentation\Result\ViewControlInfosImpl::pageParam ( )

Implements ILIAS\Search\Presentation\Result\ViewControlInfos.

Definition at line 65 of file ViewControlInfosImpl.php.

65 : Param
66 {
67 return $this->page_param;
68 }

◆ pageSize()

ILIAS\Search\Presentation\Result\ViewControlInfosImpl::pageSize ( )

Implements ILIAS\Search\Presentation\Result\ViewControlInfos.

Definition at line 55 of file ViewControlInfosImpl.php.

55 : int
56 {
57 return $this->page_size;
58 }

◆ paginationAction()

ILIAS\Search\Presentation\Result\ViewControlInfosImpl::paginationAction ( )

Implements ILIAS\Search\Presentation\Result\ViewControlInfos.

Definition at line 60 of file ViewControlInfosImpl.php.

60 : URI
61 {
62 return $this->pagination_action;
63 }

◆ sortation()

ILIAS\Search\Presentation\Result\ViewControlInfosImpl::sortation ( )

Implements ILIAS\Search\Presentation\Result\ViewControlInfos.

Definition at line 40 of file ViewControlInfosImpl.php.

40 : Sortation
41 {
42 return $this->sortation;
43 }

◆ sortationAction()

ILIAS\Search\Presentation\Result\ViewControlInfosImpl::sortationAction ( )

Implements ILIAS\Search\Presentation\Result\ViewControlInfos.

Definition at line 70 of file ViewControlInfosImpl.php.

70 : URI
71 {
72 return $this->sortation_action;
73 }

◆ sortationParam()

ILIAS\Search\Presentation\Result\ViewControlInfosImpl::sortationParam ( )

Implements ILIAS\Search\Presentation\Result\ViewControlInfos.

Definition at line 75 of file ViewControlInfosImpl.php.

75 : Param
76 {
77 return $this->sortation_param;
78 }

The documentation for this class was generated from the following file: