PHP 클래스 IMP_Prefs_AttribText, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_text string Attribution text.

공개 메소드들

메소드 설명
__construct ( string | Horde_Mail_Rfc822_Object $from, Horde_Mime_Headers $h, string $attrib = null ) Constructor.
__toString ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( string | Horde_Mail_Rfc822_Object $from, Horde_Mime_Headers $h, string $attrib = null )
$from string | Horde_Mail_Rfc822_Object The email address of the original sender.
$h Horde_Mime_Headers The headers object for the message.
$attrib string Use this for the attribution config instead of the default prefs version.

__toString() 공개 메소드

public __toString ( )

프로퍼티 상세

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

Attribution text.
protected string $_text
리턴 string