PHP Interface PHPStan\Type\DynamicMethodReturnTypeExtension

Afficher le fichier Open project: phpstan/phpstan

Méthodes publiques

Méthode Description
getClass ( ) : string
getTypeFromMethodCall ( PHPStan\Reflection\MethodReflection $methodReflection, PhpParser\Node\Expr\MethodCall $methodCall, Scope $scope ) : PHPStan\Type\Type
isMethodSupported ( PHPStan\Reflection\MethodReflection $methodReflection ) : boolean

Method Details

getClass() public static méthode

public static getClass ( ) : string
Résultat string

getTypeFromMethodCall() public méthode

public getTypeFromMethodCall ( PHPStan\Reflection\MethodReflection $methodReflection, PhpParser\Node\Expr\MethodCall $methodCall, Scope $scope ) : PHPStan\Type\Type
$methodReflection PHPStan\Reflection\MethodReflection
$methodCall PhpParser\Node\Expr\MethodCall
$scope PHPStan\Analyser\Scope
Résultat PHPStan\Type\Type

isMethodSupported() public méthode

public isMethodSupported ( PHPStan\Reflection\MethodReflection $methodReflection ) : boolean
$methodReflection PHPStan\Reflection\MethodReflection
Résultat boolean