PHP 클래스 IMP_Maillog_Message, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_indices IMP_Indices Index of the message.
$_msgid string Message-ID.

공개 메소드들

메소드 설명
__construct ( mixed $data ) Constructor.
__get ( $name )
__toString ( )
add ( $data )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( mixed $data )
$data mixed See add().

__get() 공개 메소드

public __get ( $name )

__toString() 공개 메소드

public __toString ( )

add() 공개 메소드

public add ( $data )

프로퍼티 상세

$_indices 보호되어 있는 프로퍼티

Index of the message.
protected IMP_Indices $_indices
리턴 IMP_Indices

$_msgid 보호되어 있는 프로퍼티

Message-ID.
protected string $_msgid
리턴 string