Overview

Packages

  • Release

Classes

  • Horde_Release
  • Horde_Release_Freecode
  • Horde_Release_MailingList
  • Horde_Release_Sentinel
  • Horde_Release_Whups
  • Overview
  • Package
  • Class
  • Tree

Class Horde_Release_MailingList

Announce releases on the mailing lists.

Copyright 2011-2012 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.

Package: Release
Category: Horde
License: LGPL 2.1
Author: Mike Hardy
Author: Jan Schneider jan@horde.org
Author: Gunnar Wrobel wrobel@pardus.de
Link: http://www.horde.org/libraries/Horde_Release
Located at Horde/Release/MailingList.php
Methods summary
public
# __construct( string $component, string $name, string $branch, string $from, string $list, string $version, array $tag_list )

Constructor.

Constructor.

Parameters

$component
The component name.
$name
The component release name.
$branch
The component branch (H3, H4, ...).
$from
<p>The mail address of the person sending the announcement.</p>
$list
<p>The mailing list the announcement should be sent to.</p>
$version
The version to be released.
$tag_list
Release focus.
public array
# getHeaders( )

Retrieve the message headers for the announcement mail.

Retrieve the message headers for the announcement mail.

Returns

array
A set of message headers.
public null
# append( string $text )

Append text to the message body.

Append text to the message body.

Parameters

$text
The text to be appended.

Returns

null
public string
# getBody( )

Return the complete message body.

Return the complete message body.

Returns

string
The message body.
public Horde_Mime_Mail
# getMail( )

Return the Horde_Mime_Mail message.

Return the Horde_Mime_Mail message.

Returns

Horde_Mime_Mail
The message.
API documentation generated by ApiGen