PHP Class Ingo_Script_Procmail_Comment, horde

Author: Ben Chavet ([email protected])
Author: Jan Schneider ([email protected])
Inheritance: implements Ingo_Script_Item
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_comment string The comment text.

Méthodes publiques

Méthode Description
__construct ( string $comment, boolean $disable = false, boolean $header = false ) Constructs a new procmail comment.
generate ( ) : string Returns the comment stored by this object.

Method Details

__construct() public méthode

Constructs a new procmail comment.
public __construct ( string $comment, boolean $disable = false, boolean $header = false )
$comment string Comment to be generated.
$disable boolean Output 'DISABLED' comment?
$header boolean Output a 'header' comment?

generate() public méthode

Returns the comment stored by this object.
public generate ( ) : string
Résultat string The comment stored by this object.

Property Details

$_comment protected_oe property

The comment text.
protected string $_comment
Résultat string