PHP Trait PHPStan\Type\IterableTypeTrait

Afficher le fichier Open project: phpstan/phpstan

Méthodes publiques

Méthode Description
canAccessProperties ( ) : boolean
canCallMethods ( ) : boolean
getClass ( ) : string | null
getItemType ( ) : PHPStan\Type\Type
getNestedItemType ( ) : NestedArrayItemType
isNullable ( ) : boolean

Method Details

canAccessProperties() public méthode

public canAccessProperties ( ) : boolean
Résultat boolean

canCallMethods() public méthode

public canCallMethods ( ) : boolean
Résultat boolean

getClass() public méthode

public getClass ( ) : string | null
Résultat string | null

getItemType() public méthode

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

getNestedItemType() public méthode

public getNestedItemType ( ) : NestedArrayItemType
Résultat NestedArrayItemType

isNullable() public méthode

public isNullable ( ) : boolean
Résultat boolean