PHP Class Tests\Analyze\Fixtures\Statement\UnexpectedUseOfThis

Afficher le fichier Open project: ovr/phpsa

Méthodes publiques

Méthode 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 méthode

public OtherAsArgument ( $a ) : string
Résultat string

OtherAsGlobalVariable() public méthode

public OtherAsGlobalVariable ( ) : string
Résultat string

OtherAsLoopVariable() public méthode

public OtherAsLoopVariable ( ) : string
Résultat string

OtherAsStaticVariable() public méthode

public OtherAsStaticVariable ( ) : string
Résultat string

OtherInCatch() public méthode

public OtherInCatch ( ) : string
Résultat string

thisAsArgument() public méthode

public thisAsArgument ( $this ) : string
Résultat string

thisAsGlobalVariable() public méthode

public thisAsGlobalVariable ( ) : string
Résultat string

thisAsLoopVariable() public méthode

public thisAsLoopVariable ( ) : string
Résultat string

thisAsStaticVariable() public méthode

public thisAsStaticVariable ( ) : string
Résultat string

thisInCatch() public méthode

public thisInCatch ( ) : string
Résultat string

unsetOther() public méthode

public unsetOther ( ) : string
Résultat string

unsetThis() public méthode

public unsetThis ( ) : string
Résultat string