Documentation

Horde_Kolab_Format_Exception_MissingValue extends Horde_Kolab_Format_Exception
in package

Indicates a missing value when reading or writing a Kolab Format object.

Copyright 2011-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.

Tags
category

Kolab

author

Gunnar Wrobel wrobel@pardus.de

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

link
http://www.horde.org/libraries/Horde_Kolab_Format

Table of Contents

$_value  : string
The name of the value that was missing.
__construct()  : mixed
Constructor.
getValue()  : string
Return the name of the missing value.

Properties

$_value

The name of the value that was missing.

private string $_value

Methods

__construct()

Constructor.

public __construct(string $value) : mixed
Parameters
$value : string

The value that was missing.

Return values
mixed

getValue()

Return the name of the missing value.

public getValue() : string
Return values
string

The name

Search results