PHP Class Horde_Kolab_Server_Query_Element_Group, 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
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_elements array The group elements.

Méthodes publiques

Méthode Description
__construct ( array $elements ) Constructor.
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

Constructor.
public __construct ( array $elements )
$elements array The group elements.

getElements() public méthode

Return the elements of this group.
public getElements ( ) : mixed
Résultat mixed The group elements.

getName() public méthode

This should never be called for group elements.
public getName ( ) : string
Résultat string The name of the query element.

getValue() public méthode

This should never be called for group elements.
public getValue ( ) : mixed
Résultat mixed The query value.

Property Details

$_elements protected_oe property

The group elements.
protected array $_elements
Résultat array