PHP Class Horde_ActiveSync_Request_ItemOperations, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_ActiveSync_Request_SyncBase
Mostrar archivo Open project: horde/horde

Protected Methods

Method Description
_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.

Method Details

_getDataSize() protected method

Return the size of the specified data.
protected _getDataSize ( $data ) : integer
return integer The size of the data.

_handle() protected method

Handle the request.
protected _handle ( ) : string
return string The Content-Type of the attachment data.

_handleError() protected method

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

_outputStatus() protected method

Helper to send the status output.
protected _outputStatus ( )