PHP Класс Horde_Compress_Tnef_VTodo, 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
Показать файл Открыть проект

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

Свойство Тип Описание
$type string The MIME type of this object's content.

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

Свойство Тип Описание
$_bodyHtml string HTML body.
$_bodyPlain string Plain body
$_completed integer Timestamp when task was completed.
$_due integer. Due date (timestamp).
$_guid string UID
$_lastUser string Last user to modify the request.
$_messageClass string The MAPI_MESSAGE_CLASS
$_method string The METHOD to use in the generated vTodo component. Default to REQUEST since TNEF files are generally not used for PUBLISH.
$_msgformat integer
$_owner string The current owner of the task. Note, this is the CURRENT owner, so for the initial REQUEST, this will be empty. MS doesn't consider the task creator the owner in this context.
$_ownership integer The MAPI_TASK_OWNERSHIP value.
$_percentComplete integer Percentage of task that is completed.
$_rtfCompressed string Compressed RTF body.
$_start integer Start time of task.
$_state integer. The MAPI_TASK_STATE value. Used to help determine METHOD.
$_status string Status of task.
$_updates boolean If true, assignee is requested to send updates.

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

Метод Описание
__get ( $property )
setMapiAttribute ( integer $type, integer $name, $value, $ns = null ) Allow this object to set any MAPI attributes it needs to know about, ignore any it doesn't care about.
setTnefAttribute ( integer $attribute, mixed $value, integer $size ) Allow this object to set any TNEF attributes it needs to know about, ignore any it doesn't care about.
toArray ( ) : array Output the data for this object in an array.

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

Метод Описание
_tovTodo ( )

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

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

public __get ( $property )

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

protected _tovTodo ( )

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

Allow this object to set any MAPI attributes it needs to know about, ignore any it doesn't care about.
public setMapiAttribute ( integer $type, integer $name, $value, $ns = null )
$type integer The attribute type descriptor.
$name integer The attribute name descriptor.

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

Allow this object to set any TNEF attributes it needs to know about, ignore any it doesn't care about.
public setTnefAttribute ( integer $attribute, mixed $value, integer $size )
$attribute integer The attribute descriptor.
$value mixed The value from the MAPI stream.
$size integer The byte length of the data, as reported by the MAPI data.

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.

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

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

HTML body.
protected string $_bodyHtml
Результат string

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

Plain body
protected string $_bodyPlain
Результат string

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

Timestamp when task was completed.
protected int $_completed
Результат integer

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

Due date (timestamp).
protected integer. $_due
Результат integer.

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

UID
protected string $_guid
Результат string

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

Last user to modify the request.
protected string $_lastUser
Результат string

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

The MAPI_MESSAGE_CLASS
protected string $_messageClass
Результат string

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

The METHOD to use in the generated vTodo component. Default to REQUEST since TNEF files are generally not used for PUBLISH.
protected string $_method
Результат string

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

protected int $_msgformat
Результат integer

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

The current owner of the task. Note, this is the CURRENT owner, so for the initial REQUEST, this will be empty. MS doesn't consider the task creator the owner in this context.
protected string $_owner
Результат string

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

The MAPI_TASK_OWNERSHIP value.
protected int $_ownership
Результат integer

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

Percentage of task that is completed.
protected int $_percentComplete
Результат integer

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

Compressed RTF body.
protected string $_rtfCompressed
Результат string

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

Start time of task.
protected int $_start
Результат integer

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

The MAPI_TASK_STATE value. Used to help determine METHOD.
protected integer. $_state
Результат integer.

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

Status of task.
protected string $_status
Результат string

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

If true, assignee is requested to send updates.
protected bool $_updates
Результат boolean

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

The MIME type of this object's content.
public string $type
Результат string