class EditItemPage extends Page

Properties

ListsController $mod
protected $default_page from  Page

Methods

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

Standard Get Page Controller

from  Page
void
page_delete(string $listId, string $itemId)

No description

bool|string|xelos_global_template
page_overview(int $listID = 0, int $itemID = 0)

No description

bool|string|xelos_global_template
page_preset(string $listId = '', string $itemId = '')

Passes the parameters given to the overview page in order to use alternative routing for presets.

Details

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 159
void page_delete(string $listId, string $itemId)

No description

Parameters

string $listId
string $itemId

Return Value

void

at line 24
bool|string|xelos_global_template page_overview(int $listID = 0, int $itemID = 0)

No description

Parameters

int $listID
int $itemID

Return Value

bool|string|xelos_global_template

Exceptions

ContentException

at line 124
bool|string|xelos_global_template page_preset(string $listId = '', string $itemId = '')

Passes the parameters given to the overview page in order to use alternative routing for presets.

The last parameter is used as 'based on preset ID' whenever a list item should be created quickly based on the data saved at the preset ID given.

Parameters

string $listId
string $itemId

Return Value

bool|string|xelos_global_template

Exceptions

ContentException
Exception