WrappingTypeInterface
in
Represents a type wrapping another type.
Tags
Table of Contents
Methods
- getWrappedType() : T
- wrappedTypeIsSatisfiedBy() : bool
Methods
getWrappedType()
public
getWrappedType() : T
Return values
TwrappedTypeIsSatisfiedBy()
public
wrappedTypeIsSatisfiedBy(callable(Type): bool $specification) : bool
Parameters
- $specification : callable(Type): bool