$_driver
$_driver : \Horde_ActiveSync_Driver_Base
Driver for communicating with the backend datastore.
ActiveSync Handler for Autodiscover requests.
$_driver : \Horde_ActiveSync_Driver_Base
Driver for communicating with the backend datastore.
$_state : \Horde_ActiveSync_State_Base
State driver
$_encoder : \Horde_ActiveSync_Wbxml_Encoder
Encoder
$_decoder : \Horde_ActiveSync_Wbxml_Decoder
Decoder
$_provisioning : integer
Whether we require provisioned devices.
Valid values are:
$_activeSync : \Horde_ActiveSync
ActiveSync server
$_device : \Horde_ActiveSync_Device
The device info
__construct(\Horde_ActiveSync $as) : \Horde_ActiveSync_Request_Base
Const'r
\Horde_ActiveSync | $as | The ActiveSync server. |
_buildResponseString(array $properties)
Build the appropriate response string to send back to the client.
array | $properties | An array containing any needed properties. Required properties for mobile sync:
|
_buildFailureResponse(string $email, string $status, string $response_schema) : string
Output failure response code.
string | The email of the user attempting Autodiscover. |
|
string | $status | An appropriate status code for the error. E.g., 600 - Invalid response. 601 - Provider not found for requested schema. |
string | $response_schema | The response schema value. |
The XML to send to the client.