Horde_Kolab_Server_Query_Element_Group::getValue PHP Method

getValue() public method

This should never be called for group elements.
public getValue ( ) : mixed
return mixed The query value.
    public function getValue()
    {
        throw new Horde_Kolab_Server_Exception('Not supported!');
    }
Horde_Kolab_Server_Query_Element_Group