PHP Класс Horde_Compress_Tnef_Rtf, horde

Автор: Michael J Rubinsky ([email protected])
Наследование: extends Horde_Compress_Tnef_Object
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$type string MIME type.

Защищенные свойства (Protected)

Свойство Тип Описание
$_content string RTF content.
$_size integer Size of RTF content.

Открытые методы

Метод Описание
__construct ( $logger, $data )
__get ( $property )
toArray ( ) : array Output the data for this object in an array.
toPlain ( ) : string Obtain a good-enough-for-our-needs plain text representation of the RTF document.

Защищенные методы

Метод Описание
_decode ( )
_decompress ( ) : string Decompress compressed RTF. Logic taken and adapted from NasMail RTF plugin.
_rtf2text ( string $text ) : string Parse RTF data and return the best plaintext representation we can.
_rtfIsPlain ( $s )

Описание методов

__construct() публичный Метод

public __construct ( $logger, $data )

__get() публичный Метод

public __get ( $property )

_decode() защищенный Метод

protected _decode ( )

_decompress() защищенный Метод

Decompress compressed RTF. Logic taken and adapted from NasMail RTF plugin.
protected _decompress ( ) : string
Результат string

_rtf2text() защищенный Метод

Adapted from: http://webcheatsheet.com/php/reading_the_clean_text_from_rtf.php
protected _rtf2text ( string $text ) : string
$text string The RTF text.
Результат string The plaintext.

_rtfIsPlain() защищенный Метод

protected _rtfIsPlain ( $s )

toArray() публичный Метод

Output the data for this object in an array.
public toArray ( ) : array
Результат array - type: (string) The MIME type of the content. - subtype: (string) The MIME subtype. - name: (string) The filename. - stream: (string) The file data.

toPlain() публичный Метод

Obtain a good-enough-for-our-needs plain text representation of the RTF document.
public toPlain ( ) : string
Результат string The plaintext.

Описание свойств

$_content защищенное свойство

RTF content.
protected string $_content
Результат string

$_size защищенное свойство

Size of RTF content.
protected int $_size
Результат integer

$type публичное свойство

MIME type.
public string $type
Результат string