PHP Class Horde_ActiveSync_Request_Search, horde

Author: Michael J Rubinsky ([email protected])
Inheritance: extends Horde_ActiveSync_Request_SyncBase
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_collections Horde_ActiveSync_Collections

Méthodes protégées

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

Method Details

_handle() protected méthode

Handle request
protected _handle ( ) : boolean
Résultat boolean

_handleError() protected méthode

protected _handleError ( array $data )
$data array

_parseQuery() protected méthode

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.
Résultat array

Property Details

$_collections protected_oe property

protected Horde_ActiveSync_Collections $_collections
Résultat Horde_ActiveSync_Collections