Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PHPStan
Reflection
ParametersAcceptor
PHP Interface PHPStan\Reflection\ParametersAcceptor
Mostrar archivo
Open project: phpstan/phpstan
Interface Usage Examples
Public Methods
Method
Description
getName
( ) :
string
getParameters
( ) :
array
getReturnType
( ) :
PHPStan\Type\Type
isVariadic
( ) :
boolean
Method Details
getName()
public
method
public
getName
( ) :
string
return
string
getParameters()
public
method
public
getParameters
( ) :
array
return
array
getReturnType()
public
method
public
getReturnType
( ) :
PHPStan\Type\Type
return
PHPStan\Type\Type
isVariadic()
public
method
public
isVariadic
( ) :
boolean
return
boolean