PregMatchParameterOutTypeExtension
in package
implements
StaticMethodParameterOutTypeExtension
FinalYes
Table of Contents
Interfaces
- StaticMethodParameterOutTypeExtension
Methods
- __construct() : mixed
- getParameterOutTypeFromStaticMethodCall() : Type|null
- isStaticMethodSupported() : bool
Methods
__construct()
public
__construct(RegexArrayShapeMatcher $regexShapeMatcher) : mixed
Parameters
- $regexShapeMatcher : RegexArrayShapeMatcher
getParameterOutTypeFromStaticMethodCall()
public
getParameterOutTypeFromStaticMethodCall(MethodReflection $methodReflection, StaticCall $methodCall, ParameterReflection $parameter, Scope $scope) : Type|null
Parameters
- $methodReflection : MethodReflection
- $methodCall : StaticCall
- $parameter : ParameterReflection
- $scope : Scope
Return values
Type|nullisStaticMethodSupported()
public
isStaticMethodSupported(MethodReflection $methodReflection, ParameterReflection $parameter) : bool
Parameters
- $methodReflection : MethodReflection
- $parameter : ParameterReflection