Elgg
Version 2.3
|
Additional Inherited Members | |
Public Member Functions inherited from Elgg\Notifications\Notification | |
__construct (\ElggEntity $from,\ElggEntity $to, $language, $subject, $body, $summary= '', array $params=array()) | |
Create a notification. More... | |
getSender () | |
Get the sender entity. More... | |
getSenderGUID () | |
Get the sender entity guid. More... | |
getRecipient () | |
Get the recipient entity. More... | |
getRecipientGUID () | |
Get the recipient entity guid. More... | |
toObject () | |
Export notification. More... | |
Public Attributes inherited from Elgg\Notifications\Notification | |
const | ORIGIN_SUBSCRIPTIONS = 'subscriptions_service' |
const | ORIGIN_INSTANT = 'instant_notifications' |
$summary | |
$subject | |
$body | |
$language | |
$params | |
Protected Attributes inherited from Elgg\Notifications\Notification | |
$from | |
$to | |
Definition at line 135 of file Notification.php.