class HigherOrderCollectionProxyHelper

Methods

static bool
hasPropertyOrMethod(ClassReflection $classReflection, string $name, string $propertyOrMethod)

No description

static Type
determineReturnType(string $name, Type $valueType, Type $methodOrPropertyReturnType)

No description

Details

at line 19
static bool hasPropertyOrMethod(ClassReflection $classReflection, string $name, string $propertyOrMethod)

No description

Parameters

ClassReflection $classReflection
string $name
string $propertyOrMethod

Return Value

bool

at line 53
static Type determineReturnType(string $name, Type $valueType, Type $methodOrPropertyReturnType)

No description

Parameters

string $name
Type $valueType
Type $methodOrPropertyReturnType

Return Value

Type