file-fetcher
Public Member Functions | Static Public Member Functions | List of all members
SebastianBergmann\Type\Type Class Reference
Inheritance diagram for SebastianBergmann\Type\Type:
SebastianBergmann\Type\CallableType SebastianBergmann\Type\GenericObjectType SebastianBergmann\Type\IterableType SebastianBergmann\Type\NullType SebastianBergmann\Type\ObjectType SebastianBergmann\Type\SimpleType SebastianBergmann\Type\UnknownType SebastianBergmann\Type\VoidType

Public Member Functions

 isAssignable (Type $other)
 
 getReturnTypeDeclaration ()
 
 allowsNull ()
 

Static Public Member Functions

static fromValue ($value, bool $allowsNull)
 
static fromName (string $typeName, bool $allowsNull)
 

Member Function Documentation

◆ allowsNull()

SebastianBergmann\Type\Type::allowsNull ( )
abstract

◆ fromName()

static SebastianBergmann\Type\Type::fromName ( string  $typeName,
bool  $allowsNull 
)
static

◆ fromValue()

static SebastianBergmann\Type\Type::fromValue (   $value,
bool  $allowsNull 
)
static

◆ getReturnTypeDeclaration()

SebastianBergmann\Type\Type::getReturnTypeDeclaration ( )
abstract

◆ isAssignable()

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

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