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 27
__construct(mixed $value)

Constructor.

Parameters

mixed $value Value

at line 35
mixed getValue()

Returns the value.

Return Value

mixed