Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
PHPStan
Reflection
Php
PhpMethodReflectionFactory
PHP Interface PHPStan\Reflection\Php\PhpMethodReflectionFactory
Mostra file
Open project: phpstan/phpstan
Interface Usage Examples
Public Methods
Method
Description
create
(
ClassReflection
$declaringClass
,
ReflectionMethod
$reflection
,
array
$phpDocParameterTypes
,
PHPStan\Type\Type
$phpDocReturnType
= null ) :
PhpMethodReflection
Method Details
create()
public
method
public
create
(
ClassReflection
$declaringClass
,
ReflectionMethod
$reflection
,
array
$phpDocParameterTypes
,
PHPStan\Type\Type
$phpDocReturnType
= null ) :
PhpMethodReflection
$declaringClass
PHPStan\Reflection\ClassReflection
$reflection
ReflectionMethod
$phpDocParameterTypes
array
$phpDocReturnType
PHPStan\Type\Type
return
PhpMethodReflection