This commit is contained in:
2025-08-18 22:55:30 +03:00
parent 670d226309
commit 2cf87d86d2
3 changed files with 20 additions and 11 deletions

View File

@@ -244,8 +244,13 @@
// - создаю объект свойства
$item = new DBItemProperty(
$key, $value, $columnHeader, $isIgnore, $converterToDB,
$converterFromDB, $compareFunc
name: $key,
value: $source->$key,
column: $columnHeader,
isIgnored: $isIgnore,
ConvertToDB: $converterToDB,
ConvertFromDB: $converterFromDB,
Compare: $compareFunc
);
// - добавляю в массив