ZM\Utils\ReflectionUtil
getParameterClassName
public function getParameterClassName(ReflectionParameter $parameter): string
描述
作者很懒,什么也没有说
参数
| 名称 |
类型 |
描述 |
| parameter |
ReflectionParameter |
|
返回
variableToString
public function variableToString(mixed $var): string
描述
作者很懒,什么也没有说
参数
返回
isNonStaticMethod
public function isNonStaticMethod(mixed $callback): bool
描述
作者很懒,什么也没有说
参数
返回
getCallReflector
public function getCallReflector(mixed $callback): ReflectionFunctionAbstract
描述
作者很懒,什么也没有说
参数
返回
| 类型 |
描述 |
| ReflectionFunctionAbstract |
|
getMethod
public function getMethod(string $class, string $method): ReflectionMethod
描述
作者很懒,什么也没有说
参数
| 名称 |
类型 |
描述 |
| class |
string |
|
| method |
string |
|
返回