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

Protected Properties

Свойство Type Description
$_name string The element name.
$_value mixed The comparison value.

Méthodes publiques

Méthode 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 méthode

Constructor.
public __construct ( string $name, mixed $value )
$name string The element name.
$value mixed The comparison value.

getElements() public méthode

This should never be called for single elements.
public getElements ( ) : mixed
Résultat mixed The group elements.

getName() public méthode

Return the query element name.
public getName ( ) : string
Résultat string The name of the query element.

getValue() public méthode

Return the value of this element.
public getValue ( ) : mixed
Résultat mixed The query value.

Property Details

$_name protected_oe property

The element name.
protected string $_name
Résultat string

$_value protected_oe property

The comparison value.
protected mixed $_value
Résultat mixed