PHP Class Horde_Kolab_Format_Exception_ParseError, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Inheritance: extends Horde_Kolab_Format_Exception
Mostra file Open project: horde/horde Class Usage Examples

Public Methods

Method Description
__construct ( string $input ) Constructor.
getInput ( ) : resource Return the complete input.

Method Details

__construct() public method

Constructor.
public __construct ( string $input )
$input string The input that failed to parse.

getInput() public method

Return the complete input.
public getInput ( ) : resource
return resource The input that failed to parse.