PHP Class PHPStan\Reflection\Php\DummyOptionalParameter

Inheritance: implements PHPStan\Reflection\ParameterReflection
Afficher le fichier Open project: phpstan/phpstan

Méthodes publiques

Méthode Description
__construct ( string $name, PHPStan\Type\Type $type, boolean $passedByReference = false )
getName ( ) : string
getType ( ) : PHPStan\Type\Type
isOptional ( ) : boolean
isPassedByReference ( ) : boolean

Method Details

__construct() public méthode

public __construct ( string $name, PHPStan\Type\Type $type, boolean $passedByReference = false )
$name string
$type PHPStan\Type\Type
$passedByReference boolean

getName() public méthode

public getName ( ) : string
Résultat string

getType() public méthode

public getType ( ) : PHPStan\Type\Type
Résultat PHPStan\Type\Type

isOptional() public méthode

public isOptional ( ) : boolean
Résultat boolean

isPassedByReference() public méthode

public isPassedByReference ( ) : boolean
Résultat boolean