$_typeMap
$_typeMap : array
An array containing the name of the fields and the Type objects each should use when converting them.
A callable class to be used for processing each of the rows in a statement result, so that the values are converted to the right PHP types.
$_driver : \Cake\Database\Driver
The driver object to be used in the type conversion
__construct(\Cake\Database\TypeMap $typeMap, \Cake\Database\Driver $driver)
Builds the type map
\Cake\Database\TypeMap | $typeMap | Contains the types to use for converting results |
\Cake\Database\Driver | $driver | The driver to use for the type conversion |
Loading…