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