class ContactlogShowSidebar extends xm_crm_sidebar_hook implements xi_crm_sidebar_hook

Constants

private TASK_DI_POST_TYPE

private LIST_DI_POST_TYPE

Properties

SystemTasksController $mod
protected DocumentIndex $documentIndex

Methods

int
get_count()

Returns the count of available tasks within a contact.

array
get_links()

Generate a doc link that displays the modal for creating new tasks.

get_name()

No description

get_title()

No description

init()

No description

bool|Template|xelos_global_template|xelos_template
render()

No description

Details

at line 81
int get_count()

Returns the count of available tasks within a contact.

The result of this method will be displayed as a notification bubble containing the number of tasks.

Return Value

int

Generate a doc link that displays the modal for creating new tasks.

Return Value

array

at line 63
get_name()

No description

at line 59
get_title()

No description

at line 55
init()

No description

at line 189
bool|Template|xelos_global_template|xelos_template render()

No description

Return Value

bool|Template|xelos_global_template|xelos_template