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
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