Type
abstract class Type implements TypeInterface
Abstract type.
Properties
protected mixed | $value | Value. |
Methods
__construct(mixed $value)
Constructor.
mixed
getValue()
Returns the value.
Details
at line 29
__construct(mixed $value)
Constructor.
at line 37
mixed
getValue()
Returns the value.