PHP Class Horde_ActiveSync_Request_ItemOperations, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_ActiveSync_Request_SyncBase
Afficher le fichier Open project: horde/horde

Méthodes protégées

Méthode 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 méthode

Return the size of the specified data.
protected _getDataSize ( $data ) : integer
Résultat integer The size of the data.

_handle() protected méthode

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

_handleError() protected méthode

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

_outputStatus() protected méthode

Helper to send the status output.
protected _outputStatus ( )