interface TypeInterface

Type interface.

Methods

int
getType()

Returns the PDO parameter type.

mixed
getValue()

Returns the value.

Details

at line 20
int getType()

Returns the PDO parameter type.

Return Value

int

at line 27
mixed getValue()

Returns the value.

Return Value

mixed