file-fetcher
Public Member Functions | List of all members
SebastianBergmann\Type\ObjectType Class Reference
Inheritance diagram for SebastianBergmann\Type\ObjectType:
SebastianBergmann\Type\Type

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)
 

Constructor & Destructor Documentation

◆ __construct()

SebastianBergmann\Type\ObjectType::__construct ( TypeName  $className,
bool  $allowsNull 
)

Member Function Documentation

◆ allowsNull()

SebastianBergmann\Type\ObjectType::allowsNull ( )

Reimplemented from SebastianBergmann\Type\Type.

◆ className()

SebastianBergmann\Type\ObjectType::className ( )

◆ getReturnTypeDeclaration()

SebastianBergmann\Type\ObjectType::getReturnTypeDeclaration ( )

Reimplemented from SebastianBergmann\Type\Type.

◆ isAssignable()

SebastianBergmann\Type\ObjectType::isAssignable ( Type  $other)

Reimplemented from SebastianBergmann\Type\Type.


The documentation for this class was generated from the following file: