Home
last modified time | relevance | path

Searched refs:isBoolean (Results 1 – 3 of 3) sorted by relevance

/template/strap/ComboStrap/
H A DDataType.php164 public static function isBoolean($value): bool function in ComboStrap\\DataType
H A DSiteConfig.php103 if (DataType::isBoolean($value)) {
/template/strap/ComboStrap/Meta/Form/
H A DFormMetaField.php391 if ($value != null && !DataType::isBoolean($value)) {
394 …if ($defaultValuePlaceholderOrReturned != null && !DataType::isBoolean($defaultValuePlaceholderOrR…