\Horde_Kolab_Server_Query_Interface

Interface for server queries.

Copyright 2008-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Summary

Methods
Constants
__toString()
convertEquals()
convertBegins()
convertEnds()
convertContains()
convertLess()
convertGreater()
convertApprox()
convertNot()
convertAnd()
convertOr()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

__toString()

__toString() : string

Return the query as a string.

Returns

string —

The query in string format.

convertEquals()

convertEquals(\Horde_Kolab_Server_Query_Element_Equals  $equals) : mixed

Convert the equals element to query format.

Parameters

\Horde_Kolab_Server_Query_Element_Equals $equals

Returns

mixed —

The query element in query format.

convertBegins()

convertBegins(\Horde_Kolab_Server_Query_Element_Begins  $begins) : mixed

Convert the begins element to query format.

Parameters

\Horde_Kolab_Server_Query_Element_Begins $begins

Returns

mixed —

The query element in query format.

convertEnds()

convertEnds(\Horde_Kolab_Server_Query_Element_Ends  $ends) : mixed

Convert the ends element to query format.

Parameters

\Horde_Kolab_Server_Query_Element_Ends $ends

Returns

mixed —

The query element in query format.

convertContains()

convertContains(\Horde_Kolab_Server_Query_Element_Contains  $contains) : mixed

Convert the contains element to query format.

Parameters

\Horde_Kolab_Server_Query_Element_Contains $contains

Returns

mixed —

The query element in query format.

convertLess()

convertLess(\Horde_Kolab_Server_Query_Element_Less  $less) : mixed

Convert the less element to query format.

Parameters

\Horde_Kolab_Server_Query_Element_Less $less

Returns

mixed —

The query element in query format.

convertGreater()

convertGreater(\Horde_Kolab_Server_Query_Element_Greater  $greater) : mixed

Convert the greater element to query format.

Parameters

\Horde_Kolab_Server_Query_Element_Greater $greater

Returns

mixed —

The query element in query format.

convertApprox()

convertApprox(\Horde_Kolab_Server_Query_Element_Approx  $approx) : mixed

Convert the approx element to query format.

Parameters

\Horde_Kolab_Server_Query_Element_Approx $approx

Returns

mixed —

The query element in query format.

convertNot()

convertNot(\Horde_Kolab_Server_Query_Element_Not  $not) : mixed

Convert the not element to query format.

Parameters

\Horde_Kolab_Server_Query_Element_Not $not

Returns

mixed —

The query element in query format.

convertAnd()

convertAnd(\Horde_Kolab_Server_Query_Element_And  $and) : mixed

Convert the and element to query format.

Parameters

\Horde_Kolab_Server_Query_Element_And $and

Returns

mixed —

The query element in query format.

convertOr()

convertOr(\Horde_Kolab_Server_Query_Element_Group  $or) : mixed

Convert the or element to query format.

Parameters

\Horde_Kolab_Server_Query_Element_Group $or

Returns

mixed —

The query element in query format.