\Horde_Kolab_Server_Query_Element_Interface

Interface for server query elements.

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
getName()
getValue()
getElements()
convert()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getName()

getName() : string

Return the query element name.

Returns

string —

The name of the query element.

getValue()

getValue() : mixed

Return the value of this element.

Returns

mixed —

The query value.

getElements()

getElements() : mixed

Return the elements of this group.

Returns

mixed —

The group elements.

convert()

convert(\Horde_Kolab_Server_Query_Interface  $writer) : \mixedd

Convert this element to a query element.

Parameters

\Horde_Kolab_Server_Query_Interface $writer

Returns

\mixedd —

The element as query.