ItemOverviewPage
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
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
at line 165
Template|null
generateNavbarContent(array $links, ListProperties $list)
No description
in
Page at line 26
xelos_global_template|string|bool
get_page(mixed $subpage = false)
Standard Get Page Controller
at line 177
Template|null
page_admin(string $listID = '0')
No description
at line 353
string
page_html(int $list_id = 0, int $item_id = 0)
No description
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.
at line 387
bool|string
page_pdf(int $list_id = 0, int $item_id = 0)
No description
at line 195
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.