Property | Type | Description | |
---|---|---|---|
$_capability | array | This driver's display capabilities. | |
$_content | string | String buffer to hold the generated content | |
$_parser | resource | Handle for the XML parser object. |
Method | Description | |
---|---|---|
_defaultHandler ( object $parser, string $data ) | User-defined function callback for character data. | |
_endElement ( object $parser, string $name ) | User-defined function callback for end elements. | |
_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. | |
_startElement ( object $parser, string $name, array $attrs ) | User-defined function callback for start elements. |
protected _defaultHandler ( object $parser, string $data ) | ||
$parser | object | Handle to the parser instance. |
$data | string | String of character data. |
protected _endElement ( object $parser, string $name ) | ||
$parser | object | Handle to the parser instance. |
$name | string | The name of this XML element. |
protected _renderInline ( ) : array | ||
return | array | See parent::render(). |
protected array $_capability | ||
return | array |
protected string $_content | ||
return | string |