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.
상속: extends Horde_Kolab_Format_Exception
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
__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.