|
file-fetcher
|
Public Member Functions | |
| __construct (TypeName $className, bool $allowsNull) | |
| isAssignable (Type $other) | |
| getReturnTypeDeclaration () | |
| allowsNull () | |
| className () | |
Additional Inherited Members | |
Static Public Member Functions inherited from SebastianBergmann\Type\Type | |
| static | fromValue ($value, bool $allowsNull) |
| static | fromName (string $typeName, bool $allowsNull) |
| SebastianBergmann\Type\ObjectType::__construct | ( | TypeName | $className, |
| bool | $allowsNull | ||
| ) |
| SebastianBergmann\Type\ObjectType::allowsNull | ( | ) |
Reimplemented from SebastianBergmann\Type\Type.
| SebastianBergmann\Type\ObjectType::className | ( | ) |
| SebastianBergmann\Type\ObjectType::getReturnTypeDeclaration | ( | ) |
Reimplemented from SebastianBergmann\Type\Type.
| SebastianBergmann\Type\ObjectType::isAssignable | ( | Type | $other | ) |
Reimplemented from SebastianBergmann\Type\Type.
1.8.17