PHP 클래스 Overtrue\PHPLint\Process\Lint

상속: extends Symfony\Component\Process\Process
파일 보기 프로젝트 열기: overtrue/phplint

공개 메소드들

메소드 설명
getSyntaxError ( ) : boolean | string
hasSyntaxError ( ) : boolean
parseError ( string $message ) : array Parse error message.

메소드 상세

getSyntaxError() 공개 메소드

public getSyntaxError ( ) : boolean | string
리턴 boolean | string

hasSyntaxError() 공개 메소드

public hasSyntaxError ( ) : boolean
리턴 boolean

parseError() 공개 메소드

Parse error message.
public parseError ( string $message ) : array
$message string
리턴 array