Horde_Kolab_Format_Exception_ParseError
extends Horde_Kolab_Format_Exception
in package
Indicates a parse error when reading a Kolab Format object.
Copyright 2009-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
- $_input : resource
- The input that failed to parse.
- __construct() : mixed
- Constructor.
- getInput() : resource
- Return the complete input.
Properties
$_input
The input that failed to parse.
private
resource
$_input
Methods
__construct()
Constructor.
public
__construct(string $input) : mixed
Parameters
- $input : string
-
The input that failed to parse.
Return values
mixed —getInput()
Return the complete input.
public
getInput() : resource
Return values
resource —The input that failed to parse.