__toString()
__toString() : string
Return the query as a string.
Returns
string —The query in string format.
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.
convertEquals(\Horde_Kolab_Server_Query_Element_Equals $equals) : mixed
Convert the equals element to query format.
\Horde_Kolab_Server_Query_Element_Equals | $equals |
The query element in query format.
convertBegins(\Horde_Kolab_Server_Query_Element_Begins $begins) : mixed
Convert the begins element to query format.
\Horde_Kolab_Server_Query_Element_Begins | $begins |
The query element in query format.
convertEnds(\Horde_Kolab_Server_Query_Element_Ends $ends) : mixed
Convert the ends element to query format.
\Horde_Kolab_Server_Query_Element_Ends | $ends |
The query element in query format.
convertContains(\Horde_Kolab_Server_Query_Element_Contains $contains) : mixed
Convert the contains element to query format.
\Horde_Kolab_Server_Query_Element_Contains | $contains |
The query element in query format.
convertLess(\Horde_Kolab_Server_Query_Element_Less $less) : mixed
Convert the less element to query format.
\Horde_Kolab_Server_Query_Element_Less | $less |
The query element in query format.
convertGreater(\Horde_Kolab_Server_Query_Element_Greater $greater) : mixed
Convert the greater element to query format.
\Horde_Kolab_Server_Query_Element_Greater | $greater |
The query element in query format.
convertApprox(\Horde_Kolab_Server_Query_Element_Approx $approx) : mixed
Convert the approx element to query format.
\Horde_Kolab_Server_Query_Element_Approx | $approx |
The query element in query format.
convertNot(\Horde_Kolab_Server_Query_Element_Not $not) : mixed
Convert the not element to query format.
\Horde_Kolab_Server_Query_Element_Not | $not |
The query element in query format.
convertAnd(\Horde_Kolab_Server_Query_Element_And $and) : mixed
Convert the and element to query format.
\Horde_Kolab_Server_Query_Element_And | $and |
The query element in query format.
convertOr(\Horde_Kolab_Server_Query_Element_Group $or) : mixed
Convert the or element to query format.
\Horde_Kolab_Server_Query_Element_Group | $or |
The query element in query format.