$_summary
$_summary : string
Content summary.
A content element that will be pushed to various recipients.
Copyright 2011-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
setSummary(string $summary) : \Horde_Push
Set the summary for this content element.
string | $summary | The summary. |
This content element.
addContent(string|resource $content, string $mime_type = 'text/plain', array $params = array()) : \Horde_Push
Add content to this element.
string|resource | $content | The UTF-8 encoded content. |
string | $mime_type | The MIME type of the content. |
array | $params | Content specific parameters. |
This content element.
addRecipient(\Horde_Push_Recipient $recipient) : \Horde_Push
Add a recipient for this element.
\Horde_Push_Recipient | $recipient | The recipient. |
This content element.
addReference(string $reference) : \Horde_Push
Add a URL reference for this element.
string | $reference | The link. |
This content element.
addTag(string $tag) : \Horde_Push
Add a tag for this element.
string | $tag | The tag. |
This content element.
push(array $options = array()) : \Horde_Push
Push the content to the recipients.
array | $options | Additional options. |
This content element.