Property | Type | Description | |
---|---|---|---|
$_cache | array | The ReflectionClass instances cache. |
Method | Description | |
---|---|---|
inspect ( string $class ) : object | Gets the ReflectionClass instance of a class. | |
parameters ( $class, $method, $data = null ) : array | Gets the parameters array of a class method. | |
typehint ( object $parameter ) : string | Returns the type hint of a ReflectionParameter instance. |
public static parameters ( $class, $method, $data = null ) : array | ||
$class | The class name. | |
$method | The method name. | |
$data | The default values. | |
return | array | The parameters array. |
protected static array $_cache | ||
return | array |