\Horde_Kolab_Server_Query_Element_Greater

An element expressing an 'greater' match.

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()
convert()
No public properties found
No constants found
No protected methods found
$_name
$_value
N/A
No private methods found
No private properties found
N/A

Properties

$_name

$_name : string

The element name.

Type

string

$_value

$_value : mixed

The comparison value.

Type

mixed

Methods

__construct()

__construct(string  $name, mixed  $value) 

Constructor.

Parameters

string $name

The element name.

mixed $value

The comparison value.

getName()

getName() : string

Return the query element name.

Returns

string —

The name of the query element.

getValue()

getValue() : mixed

Return the value of this element.

Returns

mixed —

The query value.

getElements()

getElements() : mixed

Return the elements of this group.

This should never be called for single elements.

Returns

mixed —

The group elements.

convert()

convert(\Horde_Kolab_Server_Query_Interface  $writer) : mixed

Convert this element to a query element.

Parameters

\Horde_Kolab_Server_Query_Interface $writer

Returns

mixed —

The element as query.