PHP 클래스 Horde_Release_MailingList, 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.
저자: Mike Hardy
저자: Jan Schneider ([email protected])
저자: Gunnar Wrobel ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $component, string $name, string $branch, string $from, string $list, string $version, boolean $security ) Constructor.
append ( string $text ) : null Append text to the message body.
getBody ( ) : string Return the complete message body.
getHeaders ( ) : array Retrieve the message headers for the announcement mail.
getMail ( ) : Horde_Mime_Mail Return the Horde_Mime_Mail message.

비공개 메소드들

메소드 설명
_isLatest ( ) : boolean Check if this is a final release.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string $component, string $name, string $branch, string $from, string $list, string $version, boolean $security )
$component string The component name.
$name string The component release name.
$branch string The component branch (H3, H4, ...).
$from string The mail address of the person sending the announcement.
$list string The mailing list the announcement should be sent to.
$version string The version to be released.
$security boolean Whether it's a security release.

append() 공개 메소드

Append text to the message body.
public append ( string $text ) : null
$text string The text to be appended.
리턴 null

getBody() 공개 메소드

Return the complete message body.
public getBody ( ) : string
리턴 string The message body.

getHeaders() 공개 메소드

Retrieve the message headers for the announcement mail.
public getHeaders ( ) : array
리턴 array A set of message headers.

getMail() 공개 메소드

Return the Horde_Mime_Mail message.
public getMail ( ) : Horde_Mime_Mail
리턴 Horde_Mime_Mail The message.