class KanbanPage extends KanbanPage

Properties

GroupsTasksController read-only $mod
protected $default_page from  Page

Methods

getKanbanWebComponentTpl(array $wcConfig = [])

No description

from  MainPage
array
getWebComponentBaseConfig(array $overwriteConfig = [])

Generates the Base Config for the Task Web Component + allows to pass additional parameters

from  MainPage
xelos_global_template|string|bool
get_page(int|null $listId = null)

No description

from  MainPage
page_my_tasks()

Simple wrapper to link my tasks in navigation

from  MainPage
page_overview(int|null $listId = null, int|null $taskId = null)

No description

from  MainPage
bool|string|Template
page_repeat(int $task_id = 0)

Recurring Task Modal Endpoint

from  MainPage

Details

in MainPage at line 91
protected Template getKanbanWebComponentTpl(array $wcConfig = [])

No description

Parameters

array $wcConfig

Return Value

Template

in MainPage at line 113
array getWebComponentBaseConfig(array $overwriteConfig = [])

Generates the Base Config for the Task Web Component + allows to pass additional parameters

Parameters

array $overwriteConfig

Return Value

array

in MainPage at line 27
xelos_global_template|string|bool get_page(int|null $listId = null)

No description

Parameters

int|null $listId

Return Value

xelos_global_template|string|bool

in MainPage at line 76
Template page_my_tasks()

Simple wrapper to link my tasks in navigation

Return Value

Template

in MainPage at line 43
Template page_overview(int|null $listId = null, int|null $taskId = null)

No description

Parameters

int|null $listId
int|null $taskId

Return Value

Template

Exceptions

ContentException

in MainPage at line 145
bool|string|Template page_repeat(int $task_id = 0)

Recurring Task Modal Endpoint

Repeated tasks are reopened. The checklist items are unchecked. Attachments are available in the repeated task. Comments are not copied to the repeated task.

Parameters

int $task_id

Return Value

bool|string|Template

Exceptions

ContentException
Exception