PHP Класс Ingo_Script_Procmail_Comment, horde

Автор: Ben Chavet ([email protected])
Автор: Jan Schneider ([email protected])
Наследование: implements Ingo_Script_Item
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$_comment string The comment text.

Открытые методы

Метод Описание
__construct ( string $comment, boolean $disable = false, boolean $header = false ) Constructs a new procmail comment.
generate ( ) : string Returns the comment stored by this object.

Описание методов

__construct() публичный Метод

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() публичный Метод

Returns the comment stored by this object.
public generate ( ) : string
Результат string The comment stored by this object.

Описание свойств

$_comment защищенное свойство

The comment text.
protected string $_comment
Результат string