PHP Interface Horde_Kolab_Server_Query_Element_Interface, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
显示文件 Open project: horde/horde

Public Methods

Method Description
convert ( Horde_Kolab_Server_Query_Interface $writer ) : mixedd Convert this element to a query element.
getElements ( ) : mixed Return the elements of this group.
getName ( ) : string Return the query element name.
getValue ( ) : mixed Return the value of this element.

Method Details

convert() public method

Convert this element to a query element.
public convert ( Horde_Kolab_Server_Query_Interface $writer ) : mixedd
$writer Horde_Kolab_Server_Query_Interface
return mixedd The element as query.

getElements() public method

Return the elements of this group.
public getElements ( ) : mixed
return mixed The group elements.

getName() public method

Return the query element name.
public getName ( ) : string
return string The name of the query element.

getValue() public method

Return the value of this element.
public getValue ( ) : mixed
return mixed The query value.