Class BoolType
Custom BoolType class accepting also true
and false
as strings in input
- Cake\Database\Type\BoolType
- BEdita\Core\Database\Type\BoolType
Methods summary
public
boolean|null
|
#
toDatabase( mixed $value, Cake\Database\Driver $driver )
Convert bool data into the database format.
|