PHP Class Horde_Compress_Tnef_File, horde

See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_Compress_Tnef_Object
Mostra file Open project: horde/horde

Public Properties

Property Type Description
$content
$created Horde_Compress_Tnef_Date
$metafile mixed
$name string
$size integer The size of the file's contents in bytes.
$subtype string The MIME subtype
$type The MIME type.

Public Methods

Method Description
setMapiAttribute ( $type, $name, $value )
setTnefAttribute ( $attribute, $value, $size )
toArray ( )

Method Details

setMapiAttribute() public method

public setMapiAttribute ( $type, $name, $value )

setTnefAttribute() public method

public setTnefAttribute ( $attribute, $value, $size )

toArray() public method

public toArray ( )

Property Details

$content public_oe property

public $content

$created public_oe property

public Horde_Compress_Tnef_Date $created
return Horde_Compress_Tnef_Date

$metafile public_oe property

public mixed $metafile
return mixed

$name public_oe property

public string $name
return string

$size public_oe property

The size of the file's contents in bytes.
public int $size
return integer

$subtype public_oe property

The MIME subtype
public string $subtype
return string

$type public_oe property

The MIME type.
public $type