PHP Class Horde_ActiveSync_Request_Search, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_ActiveSync_Request_SyncBase
Mostrar archivo Open project: horde/horde

Protected Properties

Property Type Description
$_collections Horde_ActiveSync_Collections

Protected Methods

Method Description
_handle ( ) : boolean Handle request
_handleError ( array $data )
_parseQuery ( boolean $subquery = null ) : array Receive, and parse, the incoming wbxml query.

Method Details

_handle() protected method

Handle request
protected _handle ( ) : boolean
return boolean

_handleError() protected method

protected _handleError ( array $data )
$data array

_parseQuery() protected method

According to MS docs, OR is supported in the protocol, but will ALWAYS return a searchToComplex status in Exchange 2007. Additionally, AND is ONLY supported as the topmost element. No nested AND is allowed. All such queries will return a searchToComplex status.
protected _parseQuery ( boolean $subquery = null ) : array
$subquery boolean Parsing a subquery.
return array

Property Details

$_collections protected_oe property

protected Horde_ActiveSync_Collections $_collections
return Horde_ActiveSync_Collections