Property | Type | Description | |
---|---|---|---|
$forceLinked | boolean | Force this attachment to be linked? | |
$id | integer | Attachment ID. | |
$related | boolean | Is this part associated with multipart/related data? |
Property | Type | Description | |
---|---|---|---|
$_composeCache | string | Compose object cache ID. | |
$_isBuilt | boolean | Does the part contain the attachment contents? | |
$_linked | boolean | Should this attachment be linked? | |
$_part | Horde_Mime_Part | MIME part object. | |
$_uuid | string | The unique identifier for the file. |
Method | Description | |
---|---|---|
__construct ( IMP_Compose $ob, Horde_Mime_Part $part, string $tmp_file ) | Constructor. | |
__get ( $name ) | ||
delete ( ) | Delete the attachment data. | |
getPart ( boolean $build = false ) : Horde_Mime_Part | Return the MIME part object. | |
serialize ( ) | ||
unserialize ( $data ) | ||
viewUrl ( ) : Horde_Url | Get a URL of the data. |
public __construct ( IMP_Compose $ob, Horde_Mime_Part $part, string $tmp_file ) | ||
$ob | IMP_Compose | Compose object. |
$part | Horde_Mime_Part | MIME part object. |
$tmp_file | string | Temporary filename containing the data. |
public viewUrl ( ) : Horde_Url | ||
return | Horde_Url | URL to display the attachment data. |
protected string $_composeCache | ||
return | string |
protected bool $_isBuilt | ||
return | boolean |
protected bool $_linked | ||
return | boolean |
protected Horde_Mime_Part $_part | ||
return | Horde_Mime_Part |
protected string $_uuid | ||
return | string |
public bool $forceLinked | ||
return | boolean |