diff --git a/core/attributedef/AttributeDBField.php b/core/attributedef/AttributeDBField.php new file mode 100644 index 000000000..7e2d9954c --- /dev/null +++ b/core/attributedef/AttributeDBField.php @@ -0,0 +1,24 @@ +MakeRealValue($this->Get("default_value"), $oHostObject); + } + + public function IsNullAllowed() + { + return $this->Get("is_null_allowed"); + } +} \ No newline at end of file