Property | Type | Description | |
---|---|---|---|
$_capability | array | This driver's display capabilities. | |
$_metadata | array | Metadata for the current viewer/data. |
Method | Description | |
---|---|---|
_IMPrender ( boolean $inline ) : array | Render the part based on the view mode. | |
_renderInfo ( ) : array | Return the rendered information about the Horde_Mime_Part object. | |
_renderInline ( ) : array | Return the rendered inline version of the Horde_Mime_Part object. |
protected _IMPrender ( boolean $inline ) : array | ||
$inline | boolean | True if viewing inline. |
return | array | See parent::render(). |
protected _renderInfo ( ) : array | ||
return | array | See parent::render(). |
protected _renderInline ( ) : array | ||
return | array | See parent::render(). |
protected array $_capability | ||
return | array |
protected array $_metadata | ||
return | array |