PHP 클래스 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.
저자: Michael J Rubinsky ([email protected])
상속: extends Horde_Compress_Tnef_Object
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$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.

공개 메소드들

메소드 설명
setMapiAttribute ( $type, $name, $value )
setTnefAttribute ( $attribute, $value, $size )
toArray ( )

메소드 상세

setMapiAttribute() 공개 메소드

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

setTnefAttribute() 공개 메소드

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

toArray() 공개 메소드

public toArray ( )

프로퍼티 상세

$content 공개적으로 프로퍼티

public $content

$created 공개적으로 프로퍼티

public Horde_Compress_Tnef_Date $created
리턴 Horde_Compress_Tnef_Date

$metafile 공개적으로 프로퍼티

public mixed $metafile
리턴 mixed

$name 공개적으로 프로퍼티

public string $name
리턴 string

$size 공개적으로 프로퍼티

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

$subtype 공개적으로 프로퍼티

The MIME subtype
public string $subtype
리턴 string

$type 공개적으로 프로퍼티

The MIME type.
public $type