PHP Class Horde_Kolab_Server_Query_Element_Mapped, 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.
Inheritance: implements Horde_Kolab_Server_Query_Element_Interface
Datei anzeigen Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( Horde_Kolab_Server_Query_Element_Interface $element, Horde_Kolab_Server_Decorator_Map $mapper ) Constructor.
convert ( Horde_Kolab_Server_Query_Interface $writer ) : string Convert this element to a string.
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

__construct() public method

Constructor.
public __construct ( Horde_Kolab_Server_Query_Element_Interface $element, Horde_Kolab_Server_Decorator_Map $mapper )
$element Horde_Kolab_Server_Query_Element_Interface The mapped element.
$mapper Horde_Kolab_Server_Decorator_Map The mapping handler.

convert() public method

Convert this element to a string.
public convert ( Horde_Kolab_Server_Query_Interface $writer ) : string
$writer Horde_Kolab_Server_Query_Interface
return string The query string of the element.

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.