Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PHPStan
Reflection
FunctionReflectionFactory
PHP Interface PHPStan\Reflection\FunctionReflectionFactory
显示文件
Open project: phpstan/phpstan
Interface Usage Examples
Public Methods
Method
Description
create
(
ReflectionFunction
$reflection
) :
FunctionReflection
Method Details
create()
public
method
public
create
(
ReflectionFunction
$reflection
) :
FunctionReflection
$reflection
ReflectionFunction
return
FunctionReflection