class ProxyHelper

Methods

static string|null
getTypeHint(ReflectionFunctionAbstract $r, ReflectionParameter $p = null, $noBuiltin = false)

No description

Details

static string|null getTypeHint(ReflectionFunctionAbstract $r, ReflectionParameter $p = null, $noBuiltin = false)

Parameters

ReflectionFunctionAbstract $r
ReflectionParameter $p
$noBuiltin

Return Value

string|null The FQCN or builtin name of the type hint, or null when the type hint references an invalid self|parent context