\Horde_Kolab_Server_Query_Element_Not

A negating 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()
convert()
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

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.

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.