UniformResourceLocatorExtension
in package
implements
DynamicMethodReturnTypeExtension
Extension to handle UniformResourceLocator return types.
Table of Contents
Interfaces
- DynamicMethodReturnTypeExtension
Methods
- getClass() : string
- getTypeFromMethodCall() : Type
- isMethodSupported() : bool
Methods
getClass()
public
getClass() : string
Return values
stringgetTypeFromMethodCall()
public
getTypeFromMethodCall(MethodReflection $methodReflection, MethodCall $methodCall, Scope $scope) : Type
Parameters
- $methodReflection : MethodReflection
- $methodCall : MethodCall
- $scope : Scope
Return values
TypeisMethodSupported()
public
isMethodSupported(MethodReflection $methodReflection) : bool
Parameters
- $methodReflection : MethodReflection