PHP Class Horde_Kolab_Server_Query_Element_Single, 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

Protected Properties

Property Type Description
$_name string The element name.
$_value mixed The comparison value.

Public Methods

Method Description
__construct ( string $name, mixed $value ) 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 ( string $name, mixed $value )
$name string The element name.
$value mixed The comparison value.

getElements() public method

This should never be called for single elements.
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.

Property Details

$_name protected_oe property

The element name.
protected string $_name
return string

$_value protected_oe property

The comparison value.
protected mixed $_value
return mixed