class NotifyPage extends Page

Properties

SystemNotificationController $mod
protected $default_page from  Page

Methods

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

Standard Get Page Controller

from  Page
page_ajax_counts(mixed $type = false, bool $sum = null)

Return notification counts by Ajax-request

Template|string
page_ajax_notifications(string $type = null)

Render notification content for theme by Ajax-request

bool|string|Template
page_ajax_read(string $type = NotificationType::ACTIVITY)

No description

bool|string|Template
page_html_modal(int $id = null)

Returns HTML-Detail of Notification in a modal

bool|string|xelos_global_template
page_message()

Return Notify Context Menu

bool|string|xelos_global_template
page_todo()

No description

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 112
page_ajax_counts(mixed $type = false, bool $sum = null)

Return notification counts by Ajax-request

Parameters

mixed $type
bool $sum

Exceptions

ContentException

at line 69
Template|string page_ajax_notifications(string $type = null)

Render notification content for theme by Ajax-request

Parameters

string $type

Return Value

Template|string

Exceptions

ContentException

at line 53
bool|string|Template page_ajax_read(string $type = NotificationType::ACTIVITY)

No description

Parameters

string $type

Return Value

bool|string|Template

Exceptions

ContentException

at line 31
bool|string|Template page_html_modal(int $id = null)

Returns HTML-Detail of Notification in a modal

Parameters

int $id

Return Value

bool|string|Template

Exceptions

ContentException

at line 146
bool|string|xelos_global_template page_message()

Return Notify Context Menu

Return Value

bool|string|xelos_global_template

Exceptions

ContentException

at line 173
bool|string|xelos_global_template page_todo()

No description

Return Value

bool|string|xelos_global_template

Exceptions

ContentException