Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
PHPStan
Reflection
ParametersAcceptor
PHP Interface PHPStan\Reflection\ParametersAcceptor
Afficher le fichier
Open project: phpstan/phpstan
Interface Usage Examples
Méthodes publiques
Méthode
Description
getName
( ) :
string
getParameters
( ) :
array
getReturnType
( ) :
PHPStan\Type\Type
isVariadic
( ) :
boolean
Method Details
getName()
public
méthode
public
getName
( ) :
string
Résultat
string
getParameters()
public
méthode
public
getParameters
( ) :
array
Résultat
array
getReturnType()
public
méthode
public
getReturnType
( ) :
PHPStan\Type\Type
Résultat
PHPStan\Type\Type
isVariadic()
public
méthode
public
isVariadic
( ) :
boolean
Résultat
boolean