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
显示文件 Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_elements array The group elements.

Public Methods

Method 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 method

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

getElements() public method

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

getName() public method

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

getValue() public method

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

Property Details

$_elements protected_oe property

The group elements.
protected array $_elements
return array