class GenericModelPropertyType extends ModelPropertyType

Methods

static Type
__set_state(array $properties)

No description

__construct(Type $type)

No description

array
getReferencedClasses()

No description

Type
getGenericType()

No description

TrinaryLogic
isSuperTypeOf(Type $type)

No description

Type
traverse(callable $cb)

No description

TemplateTypeMap
inferTemplateTypes(Type $receivedType)

No description

array
getReferencedTemplateTypes(TemplateTypeVariance $positionVariance)

No description

Details

at line 115
static Type __set_state(array $properties)

No description

Parameters

array $properties

Return Value

Type

at line 26
__construct(Type $type)

No description

Parameters

Type $type

at line 33
array getReferencedClasses()

No description

Return Value

array

at line 38
Type getGenericType()

No description

Return Value

Type

at line 43
TrinaryLogic isSuperTypeOf(Type $type)

No description

Parameters

Type $type

Return Value

TrinaryLogic

at line 64
Type traverse(callable $cb)

No description

Parameters

callable $cb

Return Value

Type

at line 75
TemplateTypeMap inferTemplateTypes(Type $receivedType)

No description

Parameters

Type $receivedType

Return Value

TemplateTypeMap

at line 104
array getReferencedTemplateTypes(TemplateTypeVariance $positionVariance)

No description

Parameters

TemplateTypeVariance $positionVariance

Return Value

array