PHP 클래스 Horde_ActiveSync_Request_Provision, horde

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

보호된 메소드들

메소드 설명
_globalError ( integer $status ) Handle global provision request errors, and send the output to the output stream.
_handle ( ) : boolean Handle the Provision request. This is a 3-phase process. Phase 1 is actually the enforcement, when the server rejects a request and forces the client to perform this PROVISION request.
_handleSettings ( ) : boolean | array Handle the EAS 14.1 SETTINGS_DEVICEINFORMATION parsing.
_handleVersionMismatch ( ) Output status that indicates device does not support the required policies.
_sendNoProvisionNeededResponse ( integer $status ) Send a WBXML response to the output stream indicating that no provision requests are necessary.

메소드 상세

_globalError() 보호된 메소드

Handle global provision request errors, and send the output to the output stream.
protected _globalError ( integer $status )
$status integer The status code to send.

_handle() 보호된 메소드

..so we are handling phase 2 (download policies) and 3 (acknowledge policies) here.
protected _handle ( ) : boolean
리턴 boolean

_handleSettings() 보호된 메소드

Handle the EAS 14.1 SETTINGS_DEVICEINFORMATION parsing.
protected _handleSettings ( ) : boolean | array
리턴 boolean | array An array of received device information or false on any protocol error.

_handleVersionMismatch() 보호된 메소드

Output status that indicates device does not support the required policies.
protected _handleVersionMismatch ( )

_sendNoProvisionNeededResponse() 보호된 메소드

Send a WBXML response to the output stream indicating that no provision requests are necessary.
protected _sendNoProvisionNeededResponse ( integer $status )
$status integer The status code to send along with the response.