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.
Afficher le fichier
Open project: horde/horde
Class Usage Examples
Méthodes publiques
Méthode |
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 méthode
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 this element to a string.
public convert ( Horde_Kolab_Server_Query_Interface $writer ) : string |
$writer |
Horde_Kolab_Server_Query_Interface |
|
Résultat |
string |
The query string of the element. |
getElements()
public méthode
Return the elements of this group.
Return the query element name.
getValue()
public méthode
Return the value of this element.