PHP 클래스 Horde_ActiveSync_Request_ItemOperations, horde

저자: Michael J Rubinsky ([email protected])
상속: extends Horde_ActiveSync_Request_SyncBase
파일 보기 프로젝트 열기: horde/horde

보호된 메소드들

메소드 설명
_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 ( )