class ContactlogShowSidebar extends xm_crm_sidebar_hook implements xi_crm_sidebar_hook

Properties

SystemTasksController $mod
protected DocumentIndex|null $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

bool|Template|xelos_global_template|xelos_template
render()

No description

Details

at line 57
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 39
get_name()

No description

at line 35
get_title()

No description

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

No description

Return Value

bool|Template|xelos_global_template|xelos_template