PHP 클래스 Horde_ActiveSync_Request_Search, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_collections Horde_ActiveSync_Collections

보호된 메소드들

메소드 설명
_handle ( ) : boolean Handle request
_handleError ( array $data )
_parseQuery ( boolean $subquery = null ) : array Receive, and parse, the incoming wbxml query.

메소드 상세

_handle() 보호된 메소드

Handle request
protected _handle ( ) : boolean
리턴 boolean

_handleError() 보호된 메소드

protected _handleError ( array $data )
$data array

_parseQuery() 보호된 메소드

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.
리턴 array

프로퍼티 상세

$_collections 보호되어 있는 프로퍼티

protected Horde_ActiveSync_Collections $_collections
리턴 Horde_ActiveSync_Collections