PHP Class Tests\Analyze\Fixtures\Statement\UnexpectedUseOfThis

ファイルを表示 Open project: ovr/phpsa

Public Methods

Method Description
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

Method Details

OtherAsArgument() public method

public OtherAsArgument ( $a ) : string
return string

OtherAsGlobalVariable() public method

public OtherAsGlobalVariable ( ) : string
return string

OtherAsLoopVariable() public method

public OtherAsLoopVariable ( ) : string
return string

OtherAsStaticVariable() public method

public OtherAsStaticVariable ( ) : string
return string

OtherInCatch() public method

public OtherInCatch ( ) : string
return string

thisAsArgument() public method

public thisAsArgument ( $this ) : string
return string

thisAsGlobalVariable() public method

public thisAsGlobalVariable ( ) : string
return string

thisAsLoopVariable() public method

public thisAsLoopVariable ( ) : string
return string

thisAsStaticVariable() public method

public thisAsStaticVariable ( ) : string
return string

thisInCatch() public method

public thisInCatch ( ) : string
return string

unsetOther() public method

public unsetOther ( ) : string
return string

unsetThis() public method

public unsetThis ( ) : string
return string