|
ReflectionParameter::getClassGet a ReflectionClass object for the parameter being reflected or Warning
This function has been DEPRECATED as of PHP 8.0.0. Relying on this function is highly discouraged. Description
public ReflectionClassnull ReflectionParameter::getClass()
Gets a ReflectionClass object for the parameter being reflected or As of PHP 8.0.0 this function is deprecated and not recommended. Instead, use ReflectionParameter::getType to get the ReflectionType of the parameter, then interrogate that object to determine the parameter type. Warning
This function is currently not documented; only its argument list is available. ParametersThis function has no parameters. Return Values
A ReflectionClass object, or Examples
Example #1 Using the ReflectionParameter class
See Also
|