$_typeMap
$_typeMap : \Cake\Database\TypeMap
Trait TypeMapTrait
$_typeMap : \Cake\Database\TypeMap
setTypeMap(array|\Cake\Database\TypeMap $typeMap) : $this
Creates a new TypeMap if $typeMap is an array, otherwise exchanges it for the given one.
array|\Cake\Database\TypeMap | $typeMap | Creates a TypeMap if array, otherwise sets the given TypeMap |
getTypeMap() : \Cake\Database\TypeMap
Returns the existing type map.
typeMap(array|\Cake\Database\TypeMap|null $typeMap = null) : $this|\Cake\Database\TypeMap
Creates a new TypeMap if $typeMap is an array, otherwise returns the existing type map or exchanges it for the given one.
array|\Cake\Database\TypeMap|null | $typeMap | Creates a TypeMap if array, otherwise sets the given TypeMap |
setDefaultTypes(array $types) : $this
Allows setting default types when chaining query.
array | $types | The array of types to set. |
None found |
None found |
defaultTypes(array|null $types = null) : $this|array
Allows setting default types when chaining query
array|null | $types | The array of types to set. |
None found |
Loading…