\Horde_Kolab_Format_Exception_ParseError

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.

Summary

Methods
Properties
Constants
__construct()
getInput()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_input
N/A

Properties

$_input

$_input : resource

The input that failed to parse.

Type

resource

Methods

__construct()

__construct(string  $input) 

Constructor.

Parameters

string $input

The input that failed to parse.

getInput()

getInput() : resource

Return the complete input.

Returns

resource —

The input that failed to parse.