PHP 트레잇 PHPStan\Type\IterableTypeTrait

파일 보기 프로젝트 열기: phpstan/phpstan

공개 메소드들

메소드 설명
canAccessProperties ( ) : boolean
canCallMethods ( ) : boolean
getClass ( ) : string | null
getItemType ( ) : PHPStan\Type\Type
getNestedItemType ( ) : NestedArrayItemType
isNullable ( ) : boolean

메소드 상세

canAccessProperties() 공개 메소드

public canAccessProperties ( ) : boolean
리턴 boolean

canCallMethods() 공개 메소드

public canCallMethods ( ) : boolean
리턴 boolean

getClass() 공개 메소드

public getClass ( ) : string | null
리턴 string | null

getItemType() 공개 메소드

public getItemType ( ) : PHPStan\Type\Type
리턴 PHPStan\Type\Type

getNestedItemType() 공개 메소드

public getNestedItemType ( ) : NestedArrayItemType
리턴 NestedArrayItemType

isNullable() 공개 메소드

public isNullable ( ) : boolean
리턴 boolean