PHP 클래스 PHPSA\Analyzer\Pass\Statement\UnexpectedUseOfThis

상속: implements PHPSA\Analyzer\Pass\AnalyzerPassInterface, use trait PHPSA\Analyzer\Helper\DefaultMetadataPassTrait
파일 보기 프로젝트 열기: ovr/phpsa

공개 메소드들

메소드 설명
getRegister ( ) : array
pass ( PhpParser\Node\Stmt $stmt, Context $context ) : boolean

비공개 메소드들

메소드 설명
inspectForeach ( PhpParser\Node\Stmt\Foreach_ $foreachStmt, Context $context ) : boolean
inspectGlobalVar ( PhpParser\Node\Stmt\Global_ $globalStmt, Context $context ) : boolean
inspectParams ( PhpParser\Node\Stmt $stmt, Context $context ) : boolean
inspectStaticVar ( PhpParser\Node\Stmt\Static_ $staticStmt, Context $context ) : boolean
inspectTryCatch ( TryCatch $tryCatchStmt, Context $context ) : boolean
inspectUnset ( PhpParser\Node\Stmt\Unset_ $unsetStmt, Context $context ) : boolean

메소드 상세

getRegister() 공개 메소드

public getRegister ( ) : array
리턴 array

pass() 공개 메소드

public pass ( PhpParser\Node\Stmt $stmt, Context $context ) : boolean
$stmt PhpParser\Node\Stmt
$context PHPSA\Context
리턴 boolean