프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_capability | array | This driver's display capabilities. | |
$_metadata | array | Metadata for the current viewer/data. | |
$_sender | Horde_Mail_Rfc822_Address | The address of the sender. |
메소드 | 설명 | |
---|---|---|
canRender ( string $mode ) : boolean | Can this driver render the data? |
메소드 | 설명 | |
---|---|---|
_getEmbeddedMimeParts ( ) : mixed | If this MIME part can contain embedded MIME part(s), and those part(s) exist, return a representation of that data. | |
_getSender ( ) : Horde_Mail_Rfc822_Address | Determine the address of the sender. | |
_getSymmetricID ( ) : string | Generates the symmetric ID for this message. | |
_outputPGPKey ( ) : string | Generates output for 'application/pgp-keys' MIME_Parts. | |
_outputPGPSigned ( ) : string | Generates HTML output for 'multipart/signed' MIME parts. | |
_render ( ) : array | Return the full rendered version of the Horde_Mime_Part object. | |
_renderInline ( ) : array | Return the rendered inline version of the Horde_Mime_Part object. | |
_renderRaw ( ) : array | Return the full rendered version of the Horde_Mime_Part object. |
protected _getEmbeddedMimeParts ( ) : mixed | ||
리턴 | mixed | A Horde_Mime_Part object representing the embedded data. Returns null if no embedded MIME part(s) exist. |
protected _getSender ( ) : Horde_Mail_Rfc822_Address | ||
리턴 | Horde_Mail_Rfc822_Address | The from address. |
protected _getSymmetricID ( ) : string | ||
리턴 | string | Symmetric ID. |
protected _outputPGPKey ( ) : string | ||
리턴 | string | The HTML output. |
protected _outputPGPSigned ( ) : string | ||
리턴 | string | The HTML output. |
protected _renderInline ( ) : array | ||
리턴 | array | See parent::render(). |
protected _renderRaw ( ) : array | ||
리턴 | array | See parent::render(). |