PHP 클래스 PhpParser\ErrorHandler\Collecting

This allows graceful handling of errors.
상속: implements PhpParser\ErrorHandler
파일 보기 프로젝트 열기: nikic/php-parser 1 사용 예제들

공개 메소드들

메소드 설명
clearErrors ( ) Reset/clear collected errors.
getErrors ( ) : Error[] Get collected errors.
handleError ( Error $error )
hasErrors ( ) : boolean Check whether there are any errors.

메소드 상세

clearErrors() 공개 메소드

Reset/clear collected errors.
public clearErrors ( )

getErrors() 공개 메소드

Get collected errors.
public getErrors ( ) : Error[]
리턴 PhpParser\Error[]

handleError() 공개 메소드

public handleError ( Error $error )
$error PhpParser\Error

hasErrors() 공개 메소드

Check whether there are any errors.
public hasErrors ( ) : boolean
리턴 boolean