PHP 클래스 PHPStan\Type\NullType

상속: implements PHPStan\Type\Type
파일 보기 프로젝트 열기: phpstan/phpstan

공개 메소드들

메소드 설명
accepts ( PHPStan\Type\Type $type ) : boolean
canAccessProperties ( ) : boolean
canCallMethods ( ) : boolean
combineWith ( PHPStan\Type\Type $otherType ) : PHPStan\Type\Type
describe ( ) : string
getClass ( ) : string | null
isNullable ( ) : boolean
makeNullable ( ) : PHPStan\Type\Type

메소드 상세

accepts() 공개 메소드

public accepts ( PHPStan\Type\Type $type ) : boolean
$type PHPStan\Type\Type
리턴 boolean

canAccessProperties() 공개 메소드

public canAccessProperties ( ) : boolean
리턴 boolean

canCallMethods() 공개 메소드

public canCallMethods ( ) : boolean
리턴 boolean

combineWith() 공개 메소드

public combineWith ( PHPStan\Type\Type $otherType ) : PHPStan\Type\Type
$otherType PHPStan\Type\Type
리턴 PHPStan\Type\Type

describe() 공개 메소드

public describe ( ) : string
리턴 string

getClass() 공개 메소드

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

isNullable() 공개 메소드

public isNullable ( ) : boolean
리턴 boolean

makeNullable() 공개 메소드

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