PHP 클래스 IMP_Mailbox_Ui, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( IMP_Mailbox $mailbox = null ) Constructor.
getFrom ( Horde_Imap_Client_Data_Envelope $ob ) : array Get From address information for display on mailbox page.
getSubject ( string $subject, string $htmlspaces = false ) : string Formats the subject header.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( IMP_Mailbox $mailbox = null )
$mailbox IMP_Mailbox The current mailbox.

getFrom() 공개 메소드

Get From address information for display on mailbox page.
public getFrom ( Horde_Imap_Client_Data_Envelope $ob ) : array
$ob Horde_Imap_Client_Data_Envelope An envelope object.
리턴 array An array of information: - from: (string) The label(s) of the From address (personal part; fallback to address). - from_label: (string) String to prefix to From label. - from_list: (Horde_Mail_Rfc822_List) From address list. - to: (boolean) True if this is who the message was sent to.

getSubject() 공개 메소드

Formats the subject header.
public getSubject ( string $subject, string $htmlspaces = false ) : string
$subject string The subject header.
$htmlspaces string HTML-ize spaces?
리턴 string The formatted subject header.