PHP 클래스 CodeChecker

상속: extends Nette\Object
파일 보기 프로젝트 열기: nette/code-checker 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$accept
$ignore
$readOnly
$tasks
$useColors

공개 메소드들

메소드 설명
color ( $color = NULL, $s = NULL )
error ( $message, $line = NULL )
fix ( $message, $line = NULL )
is ( $extensions )
run ( $path )
warning ( $message, $line = NULL )

비공개 메소드들

메소드 설명
write ( $type, $message, $line, $color )

메소드 상세

color() 공개 메소드

public color ( $color = NULL, $s = NULL )

error() 공개 메소드

public error ( $message, $line = NULL )

fix() 공개 메소드

public fix ( $message, $line = NULL )

is() 공개 메소드

public is ( $extensions )

run() 공개 메소드

public run ( $path )

warning() 공개 메소드

public warning ( $message, $line = NULL )

프로퍼티 상세

$accept 공개적으로 프로퍼티

public $accept

$ignore 공개적으로 프로퍼티

public $ignore

$readOnly 공개적으로 프로퍼티

public $readOnly

$tasks 공개적으로 프로퍼티

public $tasks

$useColors 공개적으로 프로퍼티

public $useColors