$_cids
$_cids : array
Content IDs.
This class parses a multipart/related MIME part (RFC 2387) to provide information on the part contents.
__construct(\Horde_Mime_Part $mime_part)
Constructor.
\Horde_Mime_Part | $mime_part | A MIME part object. Must be of type multipart/related. |
cidReplace(mixed $text, callback $callback, string $charset = 'UTF-8') : \Horde_Domhtml
Scan for CID strings in HTML data and replace with data returned from a callback method.
mixed | $text | The HTML text (can be Horde_Domhtml object). |
callback | $callback | Callback method. Receives three arguments: MIME ID, the attribute name containing the content ID, and the node object. Expects return value of URL to display the data. |
string | $charset | HTML data charset. |
A Horde_Domhtml object.