final | |
---|---|
extends |
StrictMixedType |
implements |
TemplateType |
uses |
TemplateTypeTrait |
Methods | ||
---|---|---|
public
|
__construct(
TemplateTypeScope $scope,
TemplateTypeStrategy $templateTypeStrategy,
TemplateTypeVariance $templateTypeVariance,
non-empty-string $name,
StrictMixedType $bound,
)
|
# |
public
|
isSuperTypeOfMixed(MixedType $type): TrinaryLogic
|
# |
public
|
isAcceptedBy(Type $acceptingType, bool $strictTypes): TrinaryLogic
|
# |
public
|
isAcceptedWithReasonBy(Type $acceptingType, bool $strictTypes): AcceptsResult
|
# |