abstract class Type implements TypeInterface

Abstract type.

Properties

protected mixed $value Value.

Methods

__construct(mixed $value)

Constructor.

int
getType()

Returns the PDO parameter type.

mixed
getValue()

Returns the value.

Details

at line 29
__construct(mixed $value)

Constructor.

Parameters

mixed $value Value

at line 37
int getType()

Returns the PDO parameter type.

Return Value

int

at line 45
mixed getValue()

Returns the value.

Return Value

mixed