final class EloquentBuilderForwardsCallsExtension implements MethodsClassReflectionExtension

Methods

__construct(BuilderHelper $builderHelper, ReflectionProvider $reflectionProvider)

No description

bool
hasMethod(ClassReflection $classReflection, string $methodName)

No description

MethodReflection
getMethod(ClassReflection $classReflection, string $methodName)

No description

Details

at line 38
__construct(BuilderHelper $builderHelper, ReflectionProvider $reflectionProvider)

No description

Parameters

BuilderHelper $builderHelper
ReflectionProvider $reflectionProvider

at line 48
bool hasMethod(ClassReflection $classReflection, string $methodName)

No description

Parameters

ClassReflection $classReflection
string $methodName

Return Value

bool

Exceptions

ShouldNotHappenException
MissingMethodFromReflectionException

at line 65
MethodReflection getMethod(ClassReflection $classReflection, string $methodName)

No description

Parameters

ClassReflection $classReflection
string $methodName

Return Value

MethodReflection