Class Maildrop_Comment

Description

The Maildrop_Comment:: class represents a maildrop comment. This is a pretty simple class, but it makes the code in Ingo_Script_maildrop:: cleaner as it provides a generate() function and can be added to the recipe list the same way as a recipe can be.

Located in /lib/Script/maildrop.php (line 344)


	
			
Variable Summary
 string $_comment
Method Summary
 Maildrop_Comment Maildrop_Comment (string $comment, [boolean $disable = false], [boolean $header = false])
 string generate ()
Variables
string $_comment = '' (line 351)

The comment text.

Methods
Constructor Maildrop_Comment (line 360)

Constructs a new maildrop comment.

Maildrop_Comment Maildrop_Comment (string $comment, [boolean $disable = false], [boolean $header = false])
  • string $comment: Comment to be generated.
  • boolean $disable: Output 'DISABLED' comment?
  • boolean $header: Output a 'header' comment?
generate (line 378)

Returns the comment stored by this object.

  • return: The comment stored by this object.
string generate ()

Documentation generated on Sun, 30 Jan 2011 05:29:27 +0000 by phpDocumentor 1.4.3