CNotification
class CNotification
Located at : UKNOWVA_ROOT/components/com_community/libraries/notification.php
Methods
add($command, $actorId, $recipients, $subject, $body, $templateFile = '', $mailParams = '', $sendEmail = true, $favicon = '')
Adds notification data into the mailq table
get($id)
Return notification send to the given user
filterActor($actorId, $recipientEmail)
Filter actor from send notification email to self If the actor email and the recipient email is same return TRUE
Details
at line 18
add($command, $actorId, $recipients, $subject, $body, $templateFile = '', $mailParams = '', $sendEmail = true, $favicon = '')
Adds notification data into the mailq table
at line 156
get($id)
Return notification send to the given user
at line 165
filterActor($actorId, $recipientEmail)
Filter actor from send notification email to self If the actor email and the recipient email is same return TRUE