STATUS_SUCCESS
STATUS_SUCCESS
Hanlde Provision 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. |
_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.
..so we are handling phase 2 (download policies) and 3 (acknowledge policies) here.