PHP 클래스 Horde_Push, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Gunnar Wrobel ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
addContent ( string | resource $content, string $mime_type = 'text/plain', array $params = [] ) : Horde_Push Add content to this element.
addRecipient ( Horde_Push_Recipient $recipient ) : Horde_Push Add a recipient for this element.
addReference ( string $reference ) : Horde_Push Add a URL reference for this element.
addTag ( string $tag ) : Horde_Push Add a tag for this element.
getContent ( ) : array Return the contents for this element.
getMimeTypes ( ) : array Return the contents by MIME type for this element.
getReferences ( ) : array Retrieve the URL references for this element.
getStringContent ( integer $index ) : string Return the content at the given index as a string.
getSummary ( ) : string Return the summary for this content element.
getTags ( ) : array Retrieve the tags for this element.
hasReferences ( ) : boolean Indicate if this element has URL references.
hasTags ( ) : boolean Indicate if this element has tags.
push ( array $options = [] ) : Horde_Push Push the content to the recipients.
setSummary ( string $summary ) : Horde_Push Set the summary for this content element.

메소드 상세

addContent() 공개 메소드

Add content to this element.
public addContent ( string | resource $content, string $mime_type = 'text/plain', array $params = [] ) : Horde_Push
$content string | resource The UTF-8 encoded content.
$mime_type string The MIME type of the content.
$params array Content specific parameters.
리턴 Horde_Push This content element.

addRecipient() 공개 메소드

Add a recipient for this element.
public addRecipient ( Horde_Push_Recipient $recipient ) : Horde_Push
$recipient Horde_Push_Recipient The recipient.
리턴 Horde_Push This content element.

addReference() 공개 메소드

Add a URL reference for this element.
public addReference ( string $reference ) : Horde_Push
$reference string The link.
리턴 Horde_Push This content element.

addTag() 공개 메소드

Add a tag for this element.
public addTag ( string $tag ) : Horde_Push
$tag string The tag.
리턴 Horde_Push This content element.

getContent() 공개 메소드

Return the contents for this element.
public getContent ( ) : array
리턴 array The content list.

getMimeTypes() 공개 메소드

Return the contents by MIME type for this element.
public getMimeTypes ( ) : array
리턴 array The content list ordered by MIME type.

getReferences() 공개 메소드

Retrieve the URL references for this element.
public getReferences ( ) : array
리턴 array The URL references.

getStringContent() 공개 메소드

Return the content at the given index as a string.
public getStringContent ( integer $index ) : string
$index integer Index of the content part.
리턴 string The content.

getSummary() 공개 메소드

Return the summary for this content element.
public getSummary ( ) : string
리턴 string The summary.

getTags() 공개 메소드

Retrieve the tags for this element.
public getTags ( ) : array
리턴 array The tags.

hasReferences() 공개 메소드

Indicate if this element has URL references.
public hasReferences ( ) : boolean
리턴 boolean True, if there have been links added to the element.

hasTags() 공개 메소드

Indicate if this element has tags.
public hasTags ( ) : boolean
리턴 boolean True, if there have been tags added to the element.

push() 공개 메소드

Push the content to the recipients.
public push ( array $options = [] ) : Horde_Push
$options array Additional options.
리턴 Horde_Push This content element.

setSummary() 공개 메소드

Set the summary for this content element.
public setSummary ( string $summary ) : Horde_Push
$summary string The summary.
리턴 Horde_Push This content element.