Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Ingo_Script_Procmail_Comment
PHP 클래스 Ingo_Script_Procmail_Comment, horde
저자:
Ben Chavet (
[email protected]
)
저자:
Jan Schneider (
[email protected]
)
상속:
implements
Ingo_Script_Item
파일 보기
프로젝트 열기: horde/horde
1 사용 예제들
보호된 프로퍼티들
프로퍼티
타입
설명
$_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