PHP 클래스 HippoPHP\Hippo\Checks\Style\VariableNamingCheck

상속: extends HippoPHP\Hippo\Checks\AbstractCheck, implements HippoPHP\Hippo\Checks\CheckInterface
파일 보기 프로젝트 열기: hippophp/hippo

보호된 프로퍼티들

프로퍼티 타입 설명
$ignoredVariables string[] Built in variables that could defy our pattern.
$pattern string Variable pattern.

공개 메소드들

메소드 설명
getConfigRoot ( )
setPattern ( string $pattern ) : void Sets the pattern to use for variable names.

보호된 메소드들

메소드 설명
checkFileInternal ( CheckContext $checkContext, Config $config ) checkFileInternal(): defined by AbstractCheck.

메소드 상세

checkFileInternal() 보호된 메소드

checkFileInternal(): defined by AbstractCheck.
또한 보기: AbstractCheck::checkFileInternal()
protected checkFileInternal ( CheckContext $checkContext, Config $config )
$checkContext HippoPHP\Hippo\CheckContext
$config HippoPHP\Hippo\Config\Config

getConfigRoot() 공개 메소드

public getConfigRoot ( )

setPattern() 공개 메소드

Sets the pattern to use for variable names.
public setPattern ( string $pattern ) : void
$pattern string
리턴 void

프로퍼티 상세

$ignoredVariables 보호되어 있는 프로퍼티

Built in variables that could defy our pattern.
protected string[] $ignoredVariables
리턴 string[]

$pattern 보호되어 있는 프로퍼티

Variable pattern.
protected string $pattern
리턴 string