PHP Класс 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.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Kolab_Format_Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $input ) Constructor.
getInput ( ) : resource Return the complete input.

Описание методов

__construct() публичный Метод

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

getInput() публичный Метод

Return the complete input.
public getInput ( ) : resource
Результат resource The input that failed to parse.