PHP Класс Horde_ActiveSync_Request_ItemOperations, horde

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

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

Метод Описание
_getDataSize ( $data ) : integer Return the size of the specified data.
_handle ( ) : string Handle the request.
_handleError ( array $data, $error )
_outputStatus ( ) Helper to send the status output.

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

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

Return the size of the specified data.
protected _getDataSize ( $data ) : integer
Результат integer The size of the data.

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

Handle the request.
protected _handle ( ) : string
Результат string The Content-Type of the attachment data.

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

protected _handleError ( array $data, $error )
$data array

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

Helper to send the status output.
protected _outputStatus ( )