class ItemOverviewPage extends Page

Class ItemOverviewPage

Properties

ListsController $mod
protected $default_page from  Page

Methods

Template|xelos_global_template
_page_overview(string $listID = '0', string $viewMode = 'user')

No description

Template|null
generateNavbarContent(array $links, ListProperties $list)

No description

xelos_global_template|string|bool
get_page(mixed $subpage = false)

Standard Get Page Controller

from  Page
Template|null
page_admin(string $listID = '0')

No description

string
page_html(int $list_id = 0, int $item_id = 0)

No description

xelos_template
page_overview(string $listID = '0')

Show all the accessible list entries of the selected list with the faceted search if it is activated.

bool|string
page_pdf(int $list_id = 0, int $item_id = 0)

No description

xelos_template
page_view(int $list_id = 0, int $item_id = 0)

Shows the readonly form for a list item if the user has the following policies:

  • read category
  • read list
  • if the user only has read list: status rights_check is read_all or read_assigned and the user is assigned.

Details

at line 42
protected Template|xelos_global_template _page_overview(string $listID = '0', string $viewMode = 'user')

No description

Parameters

string $listID
string $viewMode

Return Value

Template|xelos_global_template

Exceptions

Exception

at line 166
Template|null generateNavbarContent(array $links, ListProperties $list)

No description

Parameters

array $links
ListProperties $list

Return Value

Template|null

in Page at line 26
xelos_global_template|string|bool get_page(mixed $subpage = false)

Standard Get Page Controller

Parameters

mixed $subpage

Return Value

xelos_global_template|string|bool

at line 178
Template|null page_admin(string $listID = '0')

No description

Parameters

string $listID

Return Value

Template|null

at line 352
string page_html(int $list_id = 0, int $item_id = 0)

No description

Parameters

int $list_id
int $item_id

Return Value

string

Exceptions

ContentException

at line 31
xelos_template page_overview(string $listID = '0')

Show all the accessible list entries of the selected list with the faceted search if it is activated.

Parameters

string $listID

Return Value

xelos_template

Exceptions

Exception

at line 386
bool|string page_pdf(int $list_id = 0, int $item_id = 0)

No description

Parameters

int $list_id
int $item_id

Return Value

bool|string

Exceptions

ContentException

at line 196
xelos_template page_view(int $list_id = 0, int $item_id = 0)

Shows the readonly form for a list item if the user has the following policies:

  • read category
  • read list
  • if the user only has read list: status rights_check is read_all or read_assigned and the user is assigned.

Parameters

int $list_id
int $item_id

Return Value

xelos_template

Exceptions

ContentException