\Horde_Kolab_Server_Query_Element_Group

A grouped query element.

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
Properties
Constants
__construct()
getName()
getValue()
getElements()
No public properties found
No constants found
No protected methods found
$_elements
N/A
No private methods found
No private properties found
N/A

Properties

$_elements

$_elements : array

The group elements.

Type

array

Methods

__construct()

__construct(array  $elements) 

Constructor.

Parameters

array $elements

The group elements.

getName()

getName() : string

Return the query element name.

This should never be called for group elements.

Returns

string —

The name of the query element.

getValue()

getValue() : mixed

Return the value of this element.

This should never be called for group elements.

Returns

mixed —

The query value.

getElements()

getElements() : mixed

Return the elements of this group.

Returns

mixed —

The group elements.