BooleanCast.php
system/DataCaster/Cast/BooleanCast.php
1 class
1 methods
class BooleanCast
Class BooleanCast (PHP) [bool --> bool ] --> (DB driver) --> (DB column) bool|int(0/1) [ <-- string|int] <-- (DB driver) <-- (DB column) bool|int(0/1)
get
(mixed $value, array $params = [], ?object $helper = null, )