PHP 클래스 Tests\Analyze\Fixtures\Statement\UnexpectedUseOfThis

파일 보기 프로젝트 열기: ovr/phpsa

공개 메소드들

메소드 설명
OtherAsArgument ( $a ) : string
OtherAsGlobalVariable ( ) : string
OtherAsLoopVariable ( ) : string
OtherAsStaticVariable ( ) : string
OtherInCatch ( ) : string
thisAsArgument ( $this ) : string
thisAsGlobalVariable ( ) : string
thisAsLoopVariable ( ) : string
thisAsStaticVariable ( ) : string
thisInCatch ( ) : string
unsetOther ( ) : string
unsetThis ( ) : string

메소드 상세

OtherAsArgument() 공개 메소드

public OtherAsArgument ( $a ) : string
리턴 string

OtherAsGlobalVariable() 공개 메소드

public OtherAsGlobalVariable ( ) : string
리턴 string

OtherAsLoopVariable() 공개 메소드

public OtherAsLoopVariable ( ) : string
리턴 string

OtherAsStaticVariable() 공개 메소드

public OtherAsStaticVariable ( ) : string
리턴 string

OtherInCatch() 공개 메소드

public OtherInCatch ( ) : string
리턴 string

thisAsArgument() 공개 메소드

public thisAsArgument ( $this ) : string
리턴 string

thisAsGlobalVariable() 공개 메소드

public thisAsGlobalVariable ( ) : string
리턴 string

thisAsLoopVariable() 공개 메소드

public thisAsLoopVariable ( ) : string
리턴 string

thisAsStaticVariable() 공개 메소드

public thisAsStaticVariable ( ) : string
리턴 string

thisInCatch() 공개 메소드

public thisInCatch ( ) : string
리턴 string

unsetOther() 공개 메소드

public unsetOther ( ) : string
리턴 string

unsetThis() 공개 메소드

public unsetThis ( ) : string
리턴 string