PHP Class Horde_Mime_Viewer_Ooo, horde
Copyright 2003-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
显示文件
Open project: horde/horde
Protected Properties
Public Methods
Method |
Description |
|
__construct ( Horde_Mime_Part $part, array $conf = [] ) |
Constructor. |
|
Protected Methods
Method |
Description |
|
_render ( ) : array |
Return the full rendered version of the Horde_Mime_Part object. |
|
Method Details
__construct()
public method
public __construct ( Horde_Mime_Part $part, array $conf = [] ) |
$part |
Horde_Mime_Part |
|
$conf |
array |
Configuration:
- 'zip': (Horde_Compress_Zip) A zip object.
- 'temp_dir': (string) Where to create a temporary directory. |
_render()
protected method
Return the full rendered version of the Horde_Mime_Part object.
Property Details
$_capability protected_oe property
This driver's display capabilities.
protected array $_capability |
return |
array |
|