Home
last modified time | relevance | path

Searched refs:BOOLEAN_TYPE_VALUE (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/ComboStrap/
H A DDataType.php29 public const BOOLEAN_TYPE_VALUE = "boolean"; define in ComboStrap\\DataType
64 DataType::BOOLEAN_TYPE_VALUE,
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataBoolean.php29 return DataType::BOOLEAN_TYPE_VALUE;
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php157 if ($field->getType() === DataType::BOOLEAN_TYPE_VALUE) {
H A DFormMetaField.php390 if ($this->getType() === DataType::BOOLEAN_TYPE_VALUE) {