file-fetcher
|
Public Member Functions | |
__construct (bool $nullable) | |
isAssignable (Type $other) | |
getReturnTypeDeclaration () | |
allowsNull () | |
Additional Inherited Members | |
![]() | |
static | fromValue ($value, bool $allowsNull) |
static | fromName (string $typeName, bool $allowsNull) |
SebastianBergmann\Type\GenericObjectType::__construct | ( | bool | $nullable | ) |
SebastianBergmann\Type\GenericObjectType::allowsNull | ( | ) |
Reimplemented from SebastianBergmann\Type\Type.
SebastianBergmann\Type\GenericObjectType::getReturnTypeDeclaration | ( | ) |
Reimplemented from SebastianBergmann\Type\Type.
SebastianBergmann\Type\GenericObjectType::isAssignable | ( | Type | $other | ) |
Reimplemented from SebastianBergmann\Type\Type.