From 2eaa7f02ad1dcd052b272358c4e975d20e160e5f Mon Sep 17 00:00:00 2001 From: Sebastian Blank Date: Wed, 13 Sep 2023 14:02:29 +0200 Subject: [PATCH] Update definitions (#533) --- var/classes/definition_AccessoryPart.php | 268 +++++------ var/classes/definition_BodyStyle.php | 47 +- var/classes/definition_Car.php | 306 ++++++------- var/classes/definition_Category.php | 89 ++-- var/classes/definition_Customer.php | 432 ++++++++---------- var/classes/definition_CustomerSegment.php | 83 ++-- .../definition_CustomerSegmentGroup.php | 84 ++-- var/classes/definition_Event.php | 231 +++++----- var/classes/definition_FilterDefinition.php | 236 +++++----- .../definition_LinkActivityDefinition.php | 152 +++--- var/classes/definition_Manufacturer.php | 41 +- var/classes/definition_News.php | 86 ++-- .../definition_OfferToolCustomProduct.php | 65 ++- var/classes/definition_OfferToolOffer.php | 151 +++--- var/classes/definition_OfferToolOfferItem.php | 139 +++--- var/classes/definition_OnlineShopOrder.php | 398 +++++++--------- .../definition_OnlineShopOrderItem.php | 160 +++---- var/classes/definition_OnlineShopTaxClass.php | 48 +- .../definition_OnlineShopVoucherSeries.php | 49 +- .../definition_OnlineShopVoucherToken.php | 61 ++- ...efinition_TermSegmentBuilderDefinition.php | 55 +-- .../fieldcollections/FilterCategory.php | 155 ++++--- .../FilterCategoryMultiselect.php | 121 +++-- .../fieldcollections/FilterInputfield.php | 99 ++-- .../fieldcollections/FilterMultiRelation.php | 134 +++--- .../fieldcollections/FilterMultiSelect.php | 111 ++--- .../FilterMultiSelectFromMultiSelect.php | 116 ++--- .../fieldcollections/FilterNumberRange.php | 152 +++--- .../FilterNumberRangeSelection.php | 172 +++---- .../fieldcollections/FilterRelation.php | 124 +++-- var/classes/fieldcollections/FilterSelect.php | 100 ++-- .../FilterSelectFromMultiSelect.php | 100 ++-- var/classes/fieldcollections/NewsCars.php | 93 ++-- var/classes/fieldcollections/NewsLinks.php | 99 ++-- var/classes/fieldcollections/NewsText.php | 70 ++- .../fieldcollections/OrderByFields.php | 93 ++-- .../OrderPriceModifications.php | 78 ++-- var/classes/fieldcollections/PaymentInfo.php | 188 ++++---- var/classes/fieldcollections/PricingRule.php | 79 ++-- .../fieldcollections/SimilarityField.php | 87 ++-- var/classes/fieldcollections/TaxEntry.php | 79 ++-- .../VoucherTokenTypePattern.php | 186 ++++---- .../VoucherTokenTypeSingle.php | 91 ++-- var/classes/objectbricks/Bodywork.php | 88 ++-- var/classes/objectbricks/Dimensions.php | 134 +++--- var/classes/objectbricks/Engine.php | 120 +++-- .../PaymentProviderPayPalSmartButton.php | 128 +++--- var/classes/objectbricks/SaleInformation.php | 136 +++--- var/classes/objectbricks/Transmission.php | 59 ++- 49 files changed, 2870 insertions(+), 3503 deletions(-) diff --git a/var/classes/definition_AccessoryPart.php b/var/classes/definition_AccessoryPart.php index dea0e6a3..f5803a8f 100644 --- a/var/classes/definition_AccessoryPart.php +++ b/var/classes/definition_AccessoryPart.php @@ -22,15 +22,16 @@ * - urlSlug [urlSlug] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'AP', 'name' => 'AccessoryPart', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551625, + 'modificationDate' => 1693492482, 'userOwner' => 2, - 'userModification' => 18, + 'userModification' => 2, 'parentClass' => '\\App\\Model\\Product\\AbstractProduct', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -43,11 +44,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -58,67 +56,62 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Base Data', 'type' => NULL, 'region' => NULL, 'title' => 'Base Data', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Name', 'type' => NULL, 'region' => NULL, 'title' => 'Name', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -137,18 +130,17 @@ 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -159,7 +151,7 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue::__set_state(array( 'name' => 'generatedName', 'title' => 'Fullname', 'tooltip' => '', @@ -169,8 +161,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'calculatedValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -179,37 +170,34 @@ array ( ), 'elementType' => 'input', - 'width' => 500, 'calculatorType' => 'class', 'calculatorExpression' => NULL, 'calculatorClass' => '@App\\Model\\Product\\CalculatedValue\\AccessoryPartName', 'columnLength' => 190, + 'width' => 500, )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => false, - 'tabPosition' => NULL, + 'tabPosition' => 'top', 'hideLabelsWhenTabsReached' => NULL, 'referencedFields' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -220,7 +208,7 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'nameAddition', 'title' => 'Name Addition', 'tooltip' => '', @@ -230,8 +218,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -239,7 +226,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -248,13 +234,12 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => false, @@ -263,18 +248,18 @@ 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, 'permissionView' => NULL, 'permissionEdit' => NULL, 'labelWidth' => 100, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), ), - 'fieldDefinitionsCache' => NULL, 'permissionView' => NULL, 'permissionEdit' => NULL, 'labelWidth' => 100, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), ), 'locked' => false, @@ -286,22 +271,21 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Definition Data', 'type' => NULL, 'region' => NULL, 'title' => 'Definition Data', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'manufacturer', 'title' => 'Manufacturer', 'tooltip' => '', @@ -311,8 +295,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -327,9 +310,11 @@ 'classes' => 'Manufacturer', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => 500, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -339,9 +324,10 @@ 'documentTypes' => array ( ), + 'width' => 500, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'series', 'title' => 'Series', 'tooltip' => '', @@ -351,8 +337,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -367,9 +352,11 @@ 'classes' => 'Car', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => 500, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -379,9 +366,10 @@ 'documentTypes' => array ( ), + 'width' => 500, )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'mainCategory', 'title' => 'Main Category', 'tooltip' => '', @@ -391,8 +379,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -407,9 +394,11 @@ 'classes' => 'Category', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => 500, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -419,20 +408,20 @@ 'documentTypes' => array ( ), + 'width' => 500, )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -443,7 +432,7 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'nameAddition', 'title' => 'Name Addition', 'tooltip' => '', @@ -453,8 +442,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -462,7 +450,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -471,13 +458,12 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => false, @@ -486,14 +472,14 @@ 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, 'permissionView' => NULL, 'permissionEdit' => NULL, 'labelWidth' => 100, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'compatibleTo', 'title' => 'Compatible To', 'tooltip' => '', @@ -503,8 +489,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -519,17 +504,19 @@ 'classes' => 'Car', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => 'id,key,name,bodyStyle', 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), ), 'locked' => false, @@ -553,7 +540,7 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Structured Data', 'type' => NULL, 'region' => NULL, @@ -564,11 +551,10 @@ 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Classificationstore::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Classificationstore::__set_state(array( 'name' => 'technicalAttributes', 'title' => 'Technical Attributes', 'tooltip' => '', @@ -578,8 +564,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'classificationstore', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -590,14 +575,9 @@ 'children' => array ( ), - 'region' => NULL, - 'layout' => NULL, - 'width' => 0, - 'height' => 0, - 'maxTabs' => NULL, 'labelWidth' => 0, 'localized' => false, - 'storeId' => '1', + 'storeId' => 1, 'hideEmptyData' => false, 'disallowAddRemove' => false, 'referencedFields' => @@ -611,8 +591,8 @@ array ( ), 'maxItems' => NULL, - 'permissionView' => NULL, - 'permissionEdit' => NULL, + 'height' => 0, + 'width' => 0, )), ), 'locked' => false, @@ -627,7 +607,7 @@ 'labelAlign' => 'left', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Multimedia & Additiona Data', 'type' => NULL, 'region' => NULL, @@ -638,11 +618,10 @@ 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Hotspotimage::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Hotspotimage::__set_state(array( 'name' => 'image', 'title' => 'image', 'tooltip' => '', @@ -652,8 +631,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'hotspotimage', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -661,40 +639,27 @@ 'blockedVarsForExport' => array ( ), - 'queryColumnType' => - array ( - 'image' => 'int(11)', - 'hotspots' => 'text', - ), - 'columnType' => - array ( - 'image' => 'int(11)', - 'hotspots' => 'text', - ), - 'ratioX' => NULL, - 'ratioY' => NULL, 'predefinedDataTemplates' => '', + 'uploadPath' => '', 'width' => '', 'height' => '', - 'uploadPath' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Additional Data', 'type' => NULL, 'region' => NULL, 'title' => 'Additional Data', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'additionalCategories', 'title' => 'Additional Categories', 'tooltip' => '', @@ -704,8 +669,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -720,17 +684,19 @@ 'classes' => 'Category', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => 'id,fullpath,name', 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), ), 'locked' => false, @@ -754,37 +720,35 @@ 'labelAlign' => 'left', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Sale Information & ERP Data', 'type' => NULL, 'region' => NULL, 'title' => 'Sale Information & ERP Data', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'ERP-Data', 'type' => NULL, 'region' => NULL, 'title' => 'ERP-Data', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'erpNumber', 'title' => 'ERP Number', 'tooltip' => '', @@ -794,8 +758,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -803,7 +766,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -812,10 +774,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'categoryCode', 'title' => 'Category Code', 'tooltip' => '', @@ -825,8 +788,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -834,7 +796,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -843,10 +804,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'owner', 'title' => 'Owner', 'tooltip' => '', @@ -856,8 +818,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -865,7 +826,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -874,6 +834,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), @@ -886,7 +847,7 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( 'name' => 'saleInformation', 'title' => '', 'tooltip' => '', @@ -896,8 +857,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'objectbricks', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -925,22 +885,21 @@ 'labelAlign' => 'left', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'System Data', 'type' => NULL, 'region' => NULL, 'title' => 'System Data', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\UrlSlug::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\UrlSlug::__set_state(array( 'name' => 'urlSlug', 'title' => 'UrlSlug', 'tooltip' => '', @@ -950,8 +909,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'urlSlug', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -959,12 +917,15 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'domainLabelWidth' => NULL, 'action' => 'App\\Controller\\ProductController:productDetailSlugAction', 'availableSites' => array ( ), + 'width' => NULL, + 'activeDispatchingEvents' => + array ( + ), )), ), 'locked' => false, @@ -985,7 +946,7 @@ ), 'fieldtype' => 'tabpanel', 'border' => false, - 'tabPosition' => NULL, + 'tabPosition' => 'top', )), ), 'locked' => false, @@ -1000,7 +961,6 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/twemoji/1f527.svg', - 'previewUrl' => '', 'group' => 'Product Data', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', @@ -1008,7 +968,6 @@ 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -1037,6 +996,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_BodyStyle.php b/var/classes/definition_BodyStyle.php index f0a8c68b..a3bc1342 100644 --- a/var/classes/definition_BodyStyle.php +++ b/var/classes/definition_BodyStyle.php @@ -9,15 +9,16 @@ * -- name [input] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'BS', 'name' => 'BodyStyle', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551625, + 'modificationDate' => 1693492485, 'userOwner' => 2, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -30,11 +31,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -45,37 +43,34 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -86,7 +81,7 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'name', 'title' => 'Name', 'tooltip' => '', @@ -96,8 +91,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -105,7 +99,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -114,13 +107,12 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => false, @@ -129,9 +121,11 @@ 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, + 'permissionView' => NULL, + 'permissionEdit' => NULL, 'labelWidth' => 100, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), ), 'locked' => false, @@ -158,15 +152,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/twemoji/1f4a0.svg', - 'previewUrl' => '', 'group' => 'Product Data', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -195,6 +187,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_Car.php b/var/classes/definition_Car.php index b11fa193..53907c75 100644 --- a/var/classes/definition_Car.php +++ b/var/classes/definition_Car.php @@ -29,15 +29,16 @@ * - urlSlug [urlSlug] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'CAR', 'name' => 'Car', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551625, + 'modificationDate' => 1693492488, 'userOwner' => 2, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '\\App\\Model\\Product\\AbstractProduct', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -50,11 +51,8 @@ 'allowInherit' => true, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -65,52 +63,48 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Basedata', 'type' => NULL, 'region' => NULL, 'title' => 'Basedata', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -121,7 +115,7 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'name', 'title' => 'Name', 'tooltip' => '', @@ -131,8 +125,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -140,7 +133,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -149,10 +141,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Wysiwyg::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Wysiwyg::__set_state(array( 'name' => 'description', 'title' => 'Description', 'tooltip' => '', @@ -162,8 +155,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'wysiwyg', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -171,17 +163,15 @@ 'blockedVarsForExport' => array ( ), - 'width' => '', - 'height' => '', 'toolbarConfig' => '', 'excludeFromSearchIndex' => false, 'maxCharacters' => 0, + 'height' => '', + 'width' => '', )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => false, @@ -190,18 +180,17 @@ 'referencedFields' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -212,7 +201,7 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue::__set_state(array( 'name' => 'textsAvailable', 'title' => 'Texts Available', 'tooltip' => '', @@ -222,8 +211,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'calculatedValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -232,36 +220,38 @@ array ( ), 'elementType' => 'input', - 'width' => 0, 'calculatorType' => 'class', 'calculatorExpression' => NULL, 'calculatorClass' => '@App\\Model\\Product\\CalculatedValue\\QualityCalculator', 'columnLength' => 190, + 'width' => 0, )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => false, - 'tabPosition' => NULL, + 'tabPosition' => 'top', 'hideLabelsWhenTabsReached' => NULL, 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, + 'permissionView' => NULL, + 'permissionEdit' => NULL, 'labelWidth' => 100, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), ), - 'fieldDefinitionsCache' => NULL, + 'permissionView' => NULL, + 'permissionEdit' => NULL, 'labelWidth' => 100, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'series', 'title' => 'Series', 'tooltip' => '', @@ -271,8 +261,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => true, 'visibleGridView' => false, @@ -280,7 +269,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -289,10 +277,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'manufacturer', 'title' => 'Manufacturer', 'tooltip' => '', @@ -302,8 +291,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -318,9 +306,11 @@ 'classes' => 'Manufacturer', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => 400, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -330,9 +320,10 @@ 'documentTypes' => array ( ), + 'width' => 400, )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'bodyStyle', 'title' => 'Body Style', 'tooltip' => '', @@ -342,8 +333,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => true, @@ -358,9 +348,11 @@ 'classes' => 'BodyStyle', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => 400, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -370,9 +362,10 @@ 'documentTypes' => array ( ), + 'width' => 400, )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'carClass', 'title' => 'Class', 'tooltip' => '', @@ -382,8 +375,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -454,16 +446,16 @@ 'value' => 'sports car', ), ), - 'width' => 300, 'defaultValue' => '', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 300, )), 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'productionYear', 'title' => 'Production Year', 'tooltip' => '', @@ -473,8 +465,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -482,7 +473,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'integer' => true, 'unsigned' => true, @@ -491,10 +481,11 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 300, 'defaultValueGenerator' => '', )), 6 => - Pimcore\Model\DataObject\ClassDefinition\Data\Multiselect::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Multiselect::__set_state(array( 'name' => 'color', 'title' => 'Color', 'tooltip' => '', @@ -504,8 +495,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'multiselect', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -571,16 +561,16 @@ 'value' => 'white', ), ), - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'renderType' => 'list', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'dynamicOptions' => false, + 'height' => '', + 'width' => '', )), 7 => - Pimcore\Model\DataObject\ClassDefinition\Data\Country::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Country::__set_state(array( 'name' => 'country', 'title' => 'Country', 'tooltip' => '', @@ -590,8 +580,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'country', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -599,17 +588,17 @@ 'blockedVarsForExport' => array ( ), - 'width' => '', 'defaultValue' => NULL, 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => '', 'restrictTo' => '', )), 8 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'categories', 'title' => 'Categories', 'tooltip' => '', @@ -619,8 +608,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -635,17 +623,19 @@ 'classes' => 'Category', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => 'id,name,fullpath', 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), ), 'locked' => false, @@ -660,22 +650,21 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Media', 'type' => NULL, 'region' => NULL, 'title' => 'Media', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\ImageGallery::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ImageGallery::__set_state(array( 'name' => 'gallery', 'title' => 'Gallery', 'tooltip' => '', @@ -685,8 +674,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'imageGallery', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -694,15 +682,15 @@ 'blockedVarsForExport' => array ( ), - 'width' => 300, - 'height' => 300, 'uploadPath' => '', 'ratioX' => NULL, 'ratioY' => NULL, 'predefinedDataTemplates' => '', + 'height' => 300, + 'width' => 300, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\ImageGallery::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ImageGallery::__set_state(array( 'name' => 'genericImages', 'title' => 'Generic Images', 'tooltip' => '', @@ -712,8 +700,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'imageGallery', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -721,12 +708,12 @@ 'blockedVarsForExport' => array ( ), - 'width' => 300, - 'height' => 300, 'uploadPath' => '', 'ratioX' => NULL, 'ratioY' => NULL, 'predefinedDataTemplates' => '', + 'height' => 300, + 'width' => 300, )), ), 'locked' => false, @@ -741,22 +728,21 @@ 'labelAlign' => 'left', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Attributes', 'type' => NULL, 'region' => NULL, 'title' => 'Attributes', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( 'name' => 'attributes', 'title' => 'Attributes', 'tooltip' => '', @@ -766,8 +752,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'objectbricks', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -798,22 +783,21 @@ 'labelAlign' => 'left', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Sale Information', 'type' => NULL, 'region' => NULL, 'title' => 'Sale Information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( 'name' => 'saleInformation', 'title' => 'Sale Information', 'tooltip' => '', @@ -823,8 +807,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'objectbricks', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -840,7 +823,7 @@ 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Geopoint::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Geopoint::__set_state(array( 'name' => 'location', 'title' => 'Location', 'tooltip' => '', @@ -850,8 +833,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'geopoint', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -862,9 +844,9 @@ 'lat' => 0.0, 'lng' => 0.0, 'zoom' => 1, - 'width' => NULL, - 'height' => NULL, 'mapType' => 'roadmap', + 'height' => NULL, + 'width' => NULL, )), ), 'locked' => false, @@ -879,33 +861,31 @@ 'labelAlign' => 'left', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Data Quality', 'type' => NULL, 'region' => NULL, 'title' => 'Data Quality', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'QualitySummary', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: .75rem 1.25rem; color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; border-radius: .25rem;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -920,18 +900,17 @@ 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -942,7 +921,7 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue::__set_state(array( 'name' => 'textsAvailable', 'title' => 'Texts Available', 'tooltip' => '', @@ -952,8 +931,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'calculatedValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -962,46 +940,45 @@ array ( ), 'elementType' => 'input', - 'width' => 0, 'calculatorType' => 'class', 'calculatorExpression' => NULL, 'calculatorClass' => '@App\\Model\\Product\\CalculatedValue\\QualityCalculator', 'columnLength' => 190, + 'width' => 0, )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => false, - 'tabPosition' => NULL, + 'tabPosition' => 'top', 'hideLabelsWhenTabsReached' => NULL, 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, + 'permissionView' => NULL, + 'permissionEdit' => NULL, 'labelWidth' => 100, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue::__set_state(array( 'name' => 'attributesAvailable', 'title' => 'Attributes Available', 'tooltip' => '', @@ -1011,8 +988,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'calculatedValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1021,14 +997,14 @@ array ( ), 'elementType' => 'input', - 'width' => 0, 'calculatorType' => 'class', 'calculatorExpression' => NULL, 'calculatorClass' => '@App\\Model\\Product\\CalculatedValue\\QualityCalculator', 'columnLength' => 190, + 'width' => 0, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue::__set_state(array( 'name' => 'saleInformationAvailable', 'title' => 'Sale Information Available', 'tooltip' => '', @@ -1038,8 +1014,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'calculatedValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1048,14 +1023,14 @@ array ( ), 'elementType' => 'input', - 'width' => 0, 'calculatorType' => 'class', 'calculatorExpression' => NULL, 'calculatorClass' => '@App\\Model\\Product\\CalculatedValue\\QualityCalculator', 'columnLength' => 190, + 'width' => 0, )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\CalculatedValue::__set_state(array( 'name' => 'imagesAvailable', 'title' => 'Images Available', 'tooltip' => '', @@ -1065,8 +1040,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'calculatedValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1075,11 +1049,11 @@ array ( ), 'elementType' => 'input', - 'width' => 0, 'calculatorType' => 'class', 'calculatorExpression' => NULL, 'calculatorClass' => '@App\\Model\\Product\\CalculatedValue\\QualityCalculator', 'columnLength' => 190, + 'width' => 0, )), ), 'locked' => false, @@ -1106,33 +1080,31 @@ 'labelAlign' => 'left', )), 5 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'System Data', 'type' => NULL, 'region' => NULL, 'title' => 'System Data', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -1151,7 +1123,7 @@ 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'objectType', 'title' => 'Object Type', 'tooltip' => '', @@ -1161,8 +1133,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1185,16 +1156,16 @@ 'id' => 'extModel1585-2', ), ), - 'width' => 300, 'defaultValue' => 'actual-car', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 300, )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\UrlSlug::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\UrlSlug::__set_state(array( 'name' => 'urlSlug', 'title' => 'UrlSlug', 'tooltip' => '', @@ -1204,8 +1175,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'urlSlug', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1213,12 +1183,15 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'domainLabelWidth' => NULL, 'action' => 'App\\Controller\\ProductController:productDetailSlugAction', 'availableSites' => array ( ), + 'width' => NULL, + 'activeDispatchingEvents' => + array ( + ), )), ), 'locked' => false, @@ -1254,15 +1227,13 @@ 'labelAlign' => 'left', )), 'icon' => '/static/images/icons/car_gray.svg', - 'previewUrl' => '', 'group' => 'Product Data', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '@App\\Website\\LinkGenerator\\ProductLinkGenerator', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -1291,6 +1262,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_Category.php b/var/classes/definition_Category.php index b5b99684..f399f227 100644 --- a/var/classes/definition_Category.php +++ b/var/classes/definition_Category.php @@ -12,15 +12,16 @@ * - cars [reverseObjectRelation] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'CA', 'name' => 'Category', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551625, + 'modificationDate' => 1693492492, 'userOwner' => 2, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractCategory', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -33,11 +34,8 @@ 'allowInherit' => true, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -48,52 +46,48 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Base Data', 'type' => NULL, 'region' => NULL, 'title' => 'Base Data', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => 'Texts', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -104,7 +98,7 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'name', 'title' => 'Name', 'tooltip' => '', @@ -114,8 +108,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -123,7 +116,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -132,10 +124,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'productNamePart', 'title' => 'Product Name Part', 'tooltip' => '', @@ -145,8 +138,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -154,7 +146,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -163,13 +154,12 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => true, @@ -178,9 +168,11 @@ 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, + 'permissionView' => NULL, + 'permissionEdit' => NULL, 'labelWidth' => 100, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), ), 'locked' => false, @@ -195,22 +187,21 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Relations', 'type' => NULL, 'region' => NULL, 'title' => 'Relations', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'filterDefinition', 'title' => 'Filter Definition', 'tooltip' => '', @@ -220,8 +211,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -236,9 +226,11 @@ 'classes' => 'FilterDefinition', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => 800, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -248,9 +240,10 @@ 'documentTypes' => array ( ), + 'width' => 800, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\ReverseObjectRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ReverseObjectRelation::__set_state(array( 'name' => 'cars', 'title' => 'Cars', 'tooltip' => '', @@ -260,8 +253,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'reverseObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -272,17 +264,19 @@ 'classes' => array ( ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => NULL, 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', 'ownerClassName' => 'Car', 'ownerClassId' => NULL, 'ownerFieldName' => 'categories', @@ -322,15 +316,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/genealogy.svg', - 'previewUrl' => '', 'group' => 'Product Data', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '@App\\Website\\LinkGenerator\\CategoryLinkGenerator', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -359,6 +351,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_Customer.php b/var/classes/definition_Customer.php index aa481651..38d650ff 100644 --- a/var/classes/definition_Customer.php +++ b/var/classes/definition_Customer.php @@ -26,18 +26,18 @@ * - manualSegments [advancedManyToManyObjectRelation] * - calculatedSegments [advancedManyToManyObjectRelation] * - password [password] - * - ssoIdentities [manyToManyObjectRelation] * - passwordRecoveryToken [input] * - passwordRecoveryTokenDate [datetime] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'CU', 'name' => 'Customer', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1685007611, + 'modificationDate' => 1693492269, 'userOwner' => 2, 'userModification' => 2, 'parentClass' => '\\CustomerManagementFrameworkBundle\\Model\\AbstractCustomer\\DefaultAbstractUserawareCustomer', @@ -46,17 +46,14 @@ 'useTraits' => '', 'listingUseTraits' => '', 'encryption' => false, - 'encryptedTables' => + 'encryptedTables' => array ( ), 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -67,41 +64,38 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Base Data', 'type' => NULL, 'region' => NULL, 'title' => 'Base Data', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'active', 'title' => 'Active', 'tooltip' => '', @@ -111,20 +105,19 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Gender::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Gender::__set_state(array( 'name' => 'gender', 'title' => 'Gender', 'tooltip' => '', @@ -134,26 +127,25 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'gender', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'options' => NULL, - 'width' => '', 'defaultValue' => NULL, 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, - 'columnLength' => '190', + 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Firstname::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Firstname::__set_state(array( 'name' => 'firstname', 'title' => 'Firstname', 'tooltip' => '', @@ -163,28 +155,27 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'firstname', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Lastname::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Lastname::__set_state(array( 'name' => 'lastname', 'title' => 'Lastname', 'tooltip' => '', @@ -194,28 +185,27 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'lastname', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'company', 'title' => 'Company', 'tooltip' => '', @@ -225,28 +215,27 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), - 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\Email::__set_state(array( + 5 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Email::__set_state(array( 'name' => 'email', 'title' => 'Email', 'tooltip' => '', @@ -256,28 +245,27 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'email', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 6 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 6 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'street', 'title' => 'Street', 'tooltip' => '', @@ -287,28 +275,27 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 7 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 7 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'zip', 'title' => 'Zip', 'tooltip' => '', @@ -318,28 +305,27 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 8 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 8 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'city', 'title' => 'City', 'tooltip' => '', @@ -349,28 +335,27 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 9 => - Pimcore\Model\DataObject\ClassDefinition\Data\Country::__set_state(array( + 9 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Country::__set_state(array( 'name' => 'countryCode', 'title' => 'Country', 'tooltip' => '', @@ -380,26 +365,25 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'country', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => '', 'defaultValue' => NULL, 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, - 'columnLength' => '190', + 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => '', 'restrictTo' => '', )), - 10 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 10 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'phone', 'title' => 'phone', 'tooltip' => '', @@ -409,28 +393,27 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 11 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 11 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'idEncoded', 'title' => 'Id Encoded', 'tooltip' => '', @@ -440,28 +423,27 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => true, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), - 12 => - Pimcore\Model\DataObject\ClassDefinition\Data\Language::__set_state(array( + 12 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Language::__set_state(array( 'name' => 'customerLanguage', 'title' => 'Language', 'tooltip' => '', @@ -471,42 +453,40 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'language', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'options' => NULL, - 'width' => '', 'defaultValue' => NULL, 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => '', 'onlySystemLanguages' => false, )), - 13 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + 13 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => 'Permissions', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Consent::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Consent::__set_state(array( 'name' => 'newsletter', 'title' => 'Newsletter', 'tooltip' => '', @@ -516,20 +496,19 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'consent', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, 'width' => NULL, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\NewsletterActive::__set_state(array( + 1 => + \Pimcore\Bundle\NewsletterBundle\Model\DataObject\ClassDefinition\Data\NewsletterActive::__set_state(array( 'name' => 'newsletterActive', 'title' => 'Newsletter Active', 'tooltip' => '', @@ -539,20 +518,19 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'newsletterActive', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => NULL, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\NewsletterConfirmed::__set_state(array( + 2 => + \Pimcore\Bundle\NewsletterBundle\Model\DataObject\ClassDefinition\Data\NewsletterConfirmed::__set_state(array( 'name' => 'newsletterConfirmed', 'title' => 'Newsletter Confirmed', 'tooltip' => '', @@ -562,20 +540,19 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'newsletterConfirmed', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => NULL, 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'newsletterConfirmToken', 'title' => 'Newsletter Confirm Token', 'tooltip' => '', @@ -585,28 +562,27 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => true, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Consent::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Consent::__set_state(array( 'name' => 'profiling', 'title' => 'Profiling', 'tooltip' => '', @@ -616,13 +592,12 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'consent', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, @@ -630,7 +605,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'fieldset', @@ -639,7 +614,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -649,39 +624,37 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Segmentation', 'type' => NULL, 'region' => NULL, 'title' => 'Segmentation', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', @@ -690,8 +663,8 @@ 'renderingData' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\AdvancedManyToManyObjectRelation::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\AdvancedManyToManyObjectRelation::__set_state(array( 'name' => 'manualSegments', 'title' => 'Manual Segments', 'tooltip' => '', @@ -701,33 +674,34 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'advancedManyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'classes' => + 'classes' => array ( ), + 'displayMode' => NULL, 'pathFormatterClass' => 'CustomerManagementFrameworkBundle\\PathFormatter\\CustomerSegmentFormatter', - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => 'id,fullpath', 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, - 'visibleFieldDefinitions' => + 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', 'allowedClassId' => 'CustomerSegment', - 'columns' => + 'columns' => array ( - 0 => + 0 => array ( 'type' => 'number', 'position' => 1, @@ -735,7 +709,7 @@ 'id' => 'extModel2805-1', 'label' => 'Segment created (Timestamp)', ), - 1 => + 1 => array ( 'type' => 'number', 'position' => 2, @@ -744,7 +718,7 @@ 'label' => 'Segment application counter', ), ), - 'columnKeys' => + 'columnKeys' => array ( 0 => 'created_timestamp', 1 => 'application_counter', @@ -752,8 +726,8 @@ 'enableBatchEdit' => false, 'allowMultipleAssignments' => false, )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\AdvancedManyToManyObjectRelation::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\AdvancedManyToManyObjectRelation::__set_state(array( 'name' => 'calculatedSegments', 'title' => 'Calculated Segments', 'tooltip' => '', @@ -763,33 +737,34 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'advancedManyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'classes' => + 'classes' => array ( ), + 'displayMode' => NULL, 'pathFormatterClass' => 'CustomerManagementFrameworkBundle\\PathFormatter\\CustomerSegmentFormatter', - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => 'id,fullpath', 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, - 'visibleFieldDefinitions' => + 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', 'allowedClassId' => 'CustomerSegment', - 'columns' => + 'columns' => array ( - 0 => + 0 => array ( 'type' => 'number', 'position' => 1, @@ -797,7 +772,7 @@ 'id' => 'extModel1622-1', 'label' => 'Segment created (Timestamp)', ), - 1 => + 1 => array ( 'type' => 'number', 'position' => 2, @@ -806,7 +781,7 @@ 'label' => 'Segment application counter', ), ), - 'columnKeys' => + 'columnKeys' => array ( 0 => 'created_timestamp', 1 => 'application_counter', @@ -816,7 +791,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -826,39 +801,37 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Authentication', 'type' => NULL, 'region' => NULL, 'title' => 'Authentication', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', @@ -867,8 +840,8 @@ 'renderingData' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Password::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Password::__set_state(array( 'name' => 'password', 'title' => 'Password', 'tooltip' => '', @@ -878,23 +851,22 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'password', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => '', 'algorithm' => 'password_hash', 'salt' => '', 'saltlocation' => 'back', 'minimumLength' => 10, + 'width' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'passwordRecoveryToken', 'title' => 'Password Recovery Token', 'tooltip' => '', @@ -904,28 +876,27 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => true, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( 'name' => 'passwordRecoveryTokenDate', 'title' => 'Password Recovery Token Date', 'tooltip' => '', @@ -935,24 +906,22 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'datetime', + 'fieldtype' => '', 'relationType' => false, 'invisible' => true, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'queryColumnType' => 'bigint(20)', - 'columnType' => 'bigint(20)', 'defaultValue' => NULL, 'useCurrentDate' => false, + 'columnType' => 'bigint(20)', 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -964,7 +933,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'tabpanel', @@ -973,7 +942,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -984,19 +953,17 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcorecustomermanagementframework/icons/customer.svg', - 'previewUrl' => '', 'group' => 'CustomerManagement', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', 'previewGeneratorReference' => '', - 'compositeIndices' => + 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, - 'propertyVisibility' => + 'propertyVisibility' => array ( - 'grid' => + 'grid' => array ( 'id' => true, 'key' => false, @@ -1005,7 +972,7 @@ 'modificationDate' => false, 'creationDate' => false, ), - 'search' => + 'search' => array ( 'id' => true, 'key' => false, @@ -1016,13 +983,16 @@ ), ), 'enableGridLocking' => false, - 'deletedDataComponents' => + 'deletedDataComponents' => + array ( + ), + 'blockedVarsForExport' => array ( ), - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => array ( ), - 'activeDispatchingEvents' => + 'activeDispatchingEvents' => array ( ), )); diff --git a/var/classes/definition_CustomerSegment.php b/var/classes/definition_CustomerSegment.php index 6f47db20..f6c35546 100644 --- a/var/classes/definition_CustomerSegment.php +++ b/var/classes/definition_CustomerSegment.php @@ -13,15 +13,16 @@ * - targetGroup [targetGroup] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => '2', 'name' => 'CustomerSegment', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551624, + 'modificationDate' => 1693492273, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '\\CustomerManagementFrameworkBundle\\Model\\AbstractCustomerSegment', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -34,11 +35,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -49,41 +47,38 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => 'Settings', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'name', 'title' => 'Segment name', 'tooltip' => '', @@ -93,8 +88,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -102,7 +96,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -111,6 +104,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), ), @@ -123,22 +117,21 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => 'System information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'group', 'title' => 'Group', 'tooltip' => 'Drag and drop segment into groups in the tree', @@ -148,8 +141,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -160,9 +152,11 @@ 'classes' => array ( ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => 700, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -172,9 +166,10 @@ 'documentTypes' => array ( ), + 'width' => 700, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'reference', 'title' => 'Reference', 'tooltip' => 'needs to be unique within the group', @@ -184,8 +179,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -193,7 +187,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -202,10 +195,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'calculated', 'title' => 'calculated', 'tooltip' => '', @@ -215,8 +209,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -228,7 +221,7 @@ 'defaultValueGenerator' => '', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'useAsTargetGroup', 'title' => 'Use As Target Group', 'tooltip' => '', @@ -238,8 +231,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -251,7 +243,7 @@ 'defaultValueGenerator' => '', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\TargetGroup::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\TargetGroup::__set_state(array( 'name' => 'targetGroup', 'title' => 'Linked TargetGroup', 'tooltip' => '', @@ -261,8 +253,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'targetGroup', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -270,13 +261,14 @@ 'blockedVarsForExport' => array ( ), - 'width' => '', + 'options' => NULL, 'defaultValue' => NULL, 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => '', )), ), 'locked' => false, @@ -312,15 +304,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcorecustomermanagementframework/icons/segment.svg', - 'previewUrl' => '', 'group' => 'CustomerManagement', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -349,6 +339,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_CustomerSegmentGroup.php b/var/classes/definition_CustomerSegmentGroup.php index 63fa0277..175ba0c1 100644 --- a/var/classes/definition_CustomerSegmentGroup.php +++ b/var/classes/definition_CustomerSegmentGroup.php @@ -13,15 +13,16 @@ * - exportNewsletterProvider [checkbox] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => '1', 'name' => 'CustomerSegmentGroup', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551624, + 'modificationDate' => 1693492276, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -34,11 +35,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -49,41 +47,38 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => 'Settings', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'name', 'title' => 'Segment group name', 'tooltip' => '', @@ -93,8 +88,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -102,7 +96,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -111,6 +104,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), @@ -123,22 +117,21 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => 'System information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'reference', 'title' => 'Reference', 'tooltip' => '', @@ -148,8 +141,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -157,7 +149,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -166,10 +157,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'calculated', 'title' => 'calculated', 'tooltip' => '', @@ -179,8 +171,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -201,22 +192,21 @@ 'labelAlign' => 'left', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Options', 'type' => NULL, 'region' => NULL, 'title' => 'Options', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'showAsFilter', 'title' => 'Show as Filter', 'tooltip' => 'Show segment group as filter on customer view', @@ -226,8 +216,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -239,7 +228,7 @@ 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'filterSortOrder', 'title' => 'Filter sort order', 'tooltip' => 'Set sort order for field. Higher numbers for sort order will have higher priority.', @@ -249,8 +238,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -258,7 +246,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => '', 'defaultValue' => NULL, 'integer' => true, 'unsigned' => false, @@ -267,10 +254,11 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => '', 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'exportNewsletterProvider', 'title' => 'Export to newsletter provider', 'tooltip' => '', @@ -280,8 +268,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -326,15 +313,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcorecustomermanagementframework/icons/segment-group.svg', - 'previewUrl' => '', 'group' => 'CustomerManagement', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -363,6 +348,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_Event.php b/var/classes/definition_Event.php index efce4f64..a828a6f7 100644 --- a/var/classes/definition_Event.php +++ b/var/classes/definition_Event.php @@ -23,15 +23,16 @@ * - contactAddress [textarea] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'EV', 'name' => 'Event', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551626, + 'modificationDate' => 1693492263, 'userOwner' => 2, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -44,11 +45,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -59,67 +57,62 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Region::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Region::__set_state(array( 'name' => 'Base Data', 'type' => NULL, 'region' => NULL, 'title' => 'Base Data', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Base', 'type' => NULL, 'region' => 'center', 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -130,7 +123,7 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'title', 'title' => 'title', 'tooltip' => '', @@ -140,8 +133,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -149,7 +141,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 540, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -158,10 +149,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 540, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Wysiwyg::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Wysiwyg::__set_state(array( 'name' => 'description', 'title' => 'Description', 'tooltip' => '', @@ -171,8 +163,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'wysiwyg', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -180,31 +171,31 @@ 'blockedVarsForExport' => array ( ), - 'width' => 640, - 'height' => 250, 'toolbarConfig' => '', 'excludeFromSearchIndex' => false, 'maxCharacters' => 0, + 'height' => 250, + 'width' => 640, )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => false, - 'tabPosition' => NULL, + 'tabPosition' => 'top', 'hideLabelsWhenTabsReached' => NULL, 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, + 'permissionView' => NULL, + 'permissionEdit' => NULL, 'labelWidth' => 100, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Multiselect::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Multiselect::__set_state(array( 'name' => 'tags', 'title' => 'Tags', 'tooltip' => '', @@ -214,8 +205,7 @@ 'locked' => false, 'style' => 'margin-left:50px', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'multiselect', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -271,16 +261,16 @@ 'value' => '1970', ), ), - 'width' => 500, - 'height' => '', 'maxItems' => NULL, 'renderType' => 'tags', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'dynamicOptions' => false, + 'height' => '', + 'width' => 500, )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( 'name' => 'locationAddress', 'title' => 'Location Address', 'tooltip' => '', @@ -290,8 +280,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'textarea', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -299,14 +288,14 @@ 'blockedVarsForExport' => array ( ), - 'width' => 550, - 'height' => 70, 'maxLength' => NULL, 'showCharCount' => false, 'excludeFromSearchIndex' => false, + 'height' => 70, + 'width' => 550, )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Geopoint::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Geopoint::__set_state(array( 'name' => 'locationMap', 'title' => 'Location Map', 'tooltip' => '', @@ -316,8 +305,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'geopoint', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -328,9 +316,9 @@ 'lat' => 0.0, 'lng' => 0.0, 'zoom' => 1, - 'width' => 0, - 'height' => 0, 'mapType' => 'roadmap', + 'height' => 0, + 'width' => 0, )), ), 'locked' => false, @@ -345,37 +333,35 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Date Time', 'type' => NULL, 'region' => 'east', 'title' => '', 'width' => 400, - 'height' => NULL, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Dates', 'type' => NULL, 'region' => NULL, 'title' => 'Dates & Timings', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( 'name' => 'fromDate', 'title' => 'Start', 'tooltip' => '', @@ -385,8 +371,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'datetime', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -394,14 +379,13 @@ 'blockedVarsForExport' => array ( ), - 'queryColumnType' => 'bigint(20)', - 'columnType' => 'bigint(20)', 'defaultValue' => NULL, 'useCurrentDate' => false, + 'columnType' => 'bigint(20)', 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( 'name' => 'toDate', 'title' => 'End', 'tooltip' => '', @@ -411,8 +395,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'datetime', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -420,10 +403,9 @@ 'blockedVarsForExport' => array ( ), - 'queryColumnType' => 'bigint(20)', - 'columnType' => 'bigint(20)', 'defaultValue' => NULL, 'useCurrentDate' => false, + 'columnType' => 'bigint(20)', 'defaultValueGenerator' => '', )), ), @@ -456,22 +438,21 @@ 'icon' => NULL, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Cars', 'type' => NULL, 'region' => NULL, 'title' => 'Cars', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'cars', 'title' => 'Cars', 'tooltip' => '', @@ -481,8 +462,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -497,19 +477,21 @@ 'classes' => 'Car', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => array ( ), 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), ), 'locked' => false, @@ -524,33 +506,31 @@ 'labelAlign' => 'left', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Media', 'type' => NULL, 'region' => NULL, 'title' => 'Media', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -565,22 +545,21 @@ 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldcontainer::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldcontainer::__set_state(array( 'name' => 'Field Container', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Image::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Image::__set_state(array( 'name' => 'mainImage', 'title' => 'Image', 'tooltip' => '', @@ -590,8 +569,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'image', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -599,12 +577,12 @@ 'blockedVarsForExport' => array ( ), + 'uploadPath' => '', 'width' => 500, 'height' => 350, - 'uploadPath' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Video::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Video::__set_state(array( 'name' => 'video', 'title' => 'Video', 'tooltip' => '', @@ -614,8 +592,7 @@ 'locked' => false, 'style' => 'margin-left:20px', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'video', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -623,8 +600,7 @@ 'blockedVarsForExport' => array ( ), - 'width' => 500, - 'height' => 350, + 'uploadPath' => '', 'allowedTypes' => NULL, 'supportedTypes' => array ( @@ -633,6 +609,8 @@ 2 => 'vimeo', 3 => 'dailymotion', ), + 'height' => 350, + 'width' => 500, )), ), 'locked' => false, @@ -646,7 +624,7 @@ 'labelAlign' => 'left', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\ImageGallery::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ImageGallery::__set_state(array( 'name' => 'images', 'title' => 'Additional Images', 'tooltip' => '', @@ -656,8 +634,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'imageGallery', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -665,12 +642,12 @@ 'blockedVarsForExport' => array ( ), - 'width' => 300, - 'height' => 200, 'uploadPath' => '', 'ratioX' => NULL, 'ratioY' => NULL, 'predefinedDataTemplates' => '', + 'height' => 200, + 'width' => 300, )), ), 'locked' => false, @@ -685,22 +662,21 @@ 'labelAlign' => 'left', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Contact Info', 'type' => NULL, 'region' => NULL, 'title' => 'Contact Info', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'contactName', 'title' => 'Name', 'tooltip' => '', @@ -710,8 +686,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -719,7 +694,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 250, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -728,10 +702,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 250, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'contactPhone', 'title' => 'Phone', 'tooltip' => '', @@ -741,8 +716,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -750,7 +724,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 250, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -759,10 +732,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 250, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'contactEmail', 'title' => 'Email', 'tooltip' => '', @@ -772,8 +746,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -781,7 +754,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 350, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -790,10 +762,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 350, 'defaultValueGenerator' => '', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( 'name' => 'contactAddress', 'title' => 'Address', 'tooltip' => '', @@ -803,8 +776,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'textarea', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -812,11 +784,11 @@ 'blockedVarsForExport' => array ( ), - 'width' => 550, - 'height' => 100, 'maxLength' => NULL, 'showCharCount' => false, 'excludeFromSearchIndex' => false, + 'height' => 100, + 'width' => 550, )), ), 'locked' => false, @@ -837,7 +809,7 @@ ), 'fieldtype' => 'tabpanel', 'border' => false, - 'tabPosition' => NULL, + 'tabPosition' => 'top', )), ), 'locked' => false, @@ -852,15 +824,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/vip.svg', - 'previewUrl' => '', 'group' => '', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -889,6 +859,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_FilterDefinition.php b/var/classes/definition_FilterDefinition.php index 4d5937e5..9f3aaabb 100644 --- a/var/classes/definition_FilterDefinition.php +++ b/var/classes/definition_FilterDefinition.php @@ -22,15 +22,16 @@ * - similarityFields [fieldcollections] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'EF_FD', 'name' => 'FilterDefinition', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551625, + 'modificationDate' => 1693492447, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractFilterDefinition', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -43,11 +44,8 @@ 'allowInherit' => true, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -58,11 +56,10 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', @@ -77,13 +74,13 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'General', 'type' => '', 'region' => '', 'title' => 'General', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'border: none !important', @@ -92,18 +89,17 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -113,38 +109,35 @@ ), 'fieldtype' => 'text', 'html' => 'Filter Definitions configure appearance and behavior of product lists in the frontend. Not all options are considered in the frontend by default. The frontend implementation might need take care of them explicitly. ', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Default Product List Options', 'type' => NULL, 'region' => NULL, 'title' => 'Default Product List Options', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -154,12 +147,11 @@ ), 'fieldtype' => 'text', 'html' => 'These options are considered by default with the ecommerce framework when setting up the product list. ', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'pageLimit', 'title' => 'Results per Page', 'tooltip' => '', @@ -169,8 +161,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -178,7 +169,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -187,10 +177,11 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 300, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'defaultOrderByInheritance', 'title' => 'inherit Default OrderBy', 'tooltip' => 'When set to yes, options are taken from a parent filter definition object (if available) .', @@ -200,8 +191,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -222,16 +212,16 @@ 'value' => 'false', ), ), - 'width' => 300, 'defaultValue' => '', 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 300, )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( 'name' => 'defaultOrderBy', 'title' => 'Default OrderBy', 'tooltip' => '', @@ -241,8 +231,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'fieldcollections', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -272,33 +261,31 @@ 'labelAlign' => 'left', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Order By Options', 'type' => NULL, 'region' => NULL, 'title' => 'Order By Options', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -308,12 +295,11 @@ ), 'fieldtype' => 'text', 'html' => 'Set possible order by options for frontend. This needs to be implemented in the frontend too. ', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelectionField::__set_state(array( + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelectionField::__set_state(array( 'name' => 'orderByAsc', 'title' => 'OrderBy', 'tooltip' => '', @@ -323,7 +309,6 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', 'fieldtype' => 'indexFieldSelectionField', 'relationType' => false, 'invisible' => false, @@ -332,17 +317,17 @@ 'blockedVarsForExport' => array ( ), - 'width' => '', - 'height' => '', 'maxLength' => NULL, 'showCharCount' => false, 'excludeFromSearchIndex' => false, + 'height' => '', + 'width' => '', 'specificPriceField' => false, 'showAllFields' => false, 'considerTenants' => true, )), 2 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelectionField::__set_state(array( + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelectionField::__set_state(array( 'name' => 'orderByDesc', 'title' => 'OrderBy Descending', 'tooltip' => '', @@ -352,7 +337,6 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', 'fieldtype' => 'indexFieldSelectionField', 'relationType' => false, 'invisible' => false, @@ -361,11 +345,11 @@ 'blockedVarsForExport' => array ( ), - 'width' => '', - 'height' => '', 'maxLength' => NULL, 'showCharCount' => false, 'excludeFromSearchIndex' => false, + 'height' => '', + 'width' => '', 'specificPriceField' => false, 'showAllFields' => false, 'considerTenants' => true, @@ -380,33 +364,31 @@ 'labelAlign' => 'left', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Additional Options', 'type' => NULL, 'region' => NULL, 'title' => 'Additional Options', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => true, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -416,12 +398,11 @@ ), 'fieldtype' => 'text', 'html' => 'Place where optional additional settings can go. 
These settings need to be taken care about by the implementation. They are not considered by the framework by default. 
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'ajaxReload', 'title' => 'ajaxReload', 'tooltip' => '', @@ -431,8 +412,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -444,7 +424,7 @@ 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'infiniteScroll', 'title' => 'Infinite Scroll', 'tooltip' => '', @@ -454,8 +434,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -467,7 +446,7 @@ 'defaultValueGenerator' => '', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'limitOnFirstLoad', 'title' => 'Limit on First Load', 'tooltip' => '', @@ -477,8 +456,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -486,7 +464,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -495,6 +472,7 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 300, 'defaultValueGenerator' => '', )), ), @@ -519,13 +497,13 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Preconditions', 'type' => '', 'region' => '', 'title' => 'Preconditions', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'border: none !important', @@ -534,18 +512,17 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -560,7 +537,7 @@ 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'conditionsInheritance', 'title' => 'inherit Conditions', 'tooltip' => 'When set to yes, options are taken from a parent filter definition object (if available) .', @@ -570,8 +547,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -592,16 +568,16 @@ 'value' => 'false', ), ), - 'width' => 300, 'defaultValue' => '', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 300, )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( 'name' => 'conditions', 'title' => 'Conditions', 'tooltip' => '', @@ -611,8 +587,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'fieldcollections', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -654,13 +629,13 @@ 'labelAlign' => 'left', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Filters', 'type' => '', 'region' => '', 'title' => 'Filters', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'border: none !important', @@ -669,18 +644,17 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -690,12 +664,11 @@ ), 'fieldtype' => 'text', 'html' => 'Filters are - if implemented in the frontend - visible to the user and apply filters to the product list. ', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'filtersInheritance', 'title' => 'inherit Filters', 'tooltip' => 'When set to yes, options are taken from a parent filter definition object (if available) .', @@ -705,8 +678,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -727,16 +699,16 @@ 'value' => 'false', ), ), - 'width' => 300, 'defaultValue' => '', 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 300, )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( 'name' => 'filters', 'title' => 'Filters', 'tooltip' => '', @@ -746,8 +718,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'fieldcollections', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -789,13 +760,13 @@ 'labelAlign' => 'left', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Recommendations', 'type' => '', 'region' => '', 'title' => 'Recommendations', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'border: none !important', @@ -804,18 +775,17 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -825,12 +795,11 @@ ), 'fieldtype' => 'text', 'html' => 'Settings for similarity calculation. These options are optional and need to be explicitly considered by the frontent implementation. ', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'crossSellingCategory', 'title' => 'Base category for recommendations', 'tooltip' => '', @@ -840,8 +809,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -856,9 +824,11 @@ 'classes' => 'ProductCategory', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => NULL, - 'width' => 500, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -868,15 +838,16 @@ 'documentTypes' => array ( ), + 'width' => 500, )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', 'title' => 'Similarity', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', @@ -885,7 +856,7 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'similarityFieldsInheritance', 'title' => 'inherit SimilarityFields', 'tooltip' => 'When set to yes, options are taken from a parent filter definition object (if available) .', @@ -895,8 +866,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -917,16 +887,16 @@ 'value' => 'false', ), ), - 'width' => 300, 'defaultValue' => '', 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 300, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( 'name' => 'similarityFields', 'title' => 'SimilarityFields', 'tooltip' => '', @@ -936,8 +906,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'fieldcollections', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1000,15 +969,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/empty_filter.svg', - 'previewUrl' => '', 'group' => 'E-Commerce', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -1037,6 +1004,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_LinkActivityDefinition.php b/var/classes/definition_LinkActivityDefinition.php index d84d4fd5..be90809b 100644 --- a/var/classes/definition_LinkActivityDefinition.php +++ b/var/classes/definition_LinkActivityDefinition.php @@ -20,15 +20,16 @@ * -- attributeValue [input] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => '5', 'name' => 'LinkActivityDefinition', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551624, + 'modificationDate' => 1693492434, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -41,11 +42,8 @@ 'allowInherit' => true, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -56,41 +54,38 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'code', 'title' => 'code (cmfa)', 'tooltip' => '', @@ -100,8 +95,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -109,7 +103,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -118,6 +111,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), @@ -133,37 +127,35 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Region::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Region::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, + 'width' => 0, 'height' => 280, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Basic Data', 'type' => NULL, 'region' => 'west', 'title' => 'Basic Data', 'width' => 500, - 'height' => NULL, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'attributeType', 'title' => 'type', 'tooltip' => '', @@ -173,8 +165,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -182,7 +173,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 320, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -191,10 +181,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 320, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'label', 'title' => 'label', 'tooltip' => '', @@ -204,8 +195,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -213,7 +203,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 320, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -222,10 +211,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 320, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Link::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Link::__set_state(array( 'name' => 'link', 'title' => 'Landing page link', 'tooltip' => '', @@ -235,8 +225,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'link', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -244,9 +233,12 @@ 'blockedVarsForExport' => array ( ), + 'allowedTypes' => NULL, + 'allowedTargets' => NULL, + 'disabledFields' => NULL, )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'active', 'title' => 'active', 'tooltip' => '', @@ -256,8 +248,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -278,13 +269,13 @@ 'value' => '0', ), ), - 'width' => 90, 'defaultValue' => '1', 'optionsProviderClass' => '', 'optionsProviderData' => '', - 'columnLength' => '190', + 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 90, )), ), 'locked' => false, @@ -299,22 +290,21 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Google Analytics', 'type' => NULL, 'region' => 'center', 'title' => 'Google Analytics (optional)', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'utm_source', 'title' => 'Campaign Source (utm_source)', 'tooltip' => '', @@ -324,8 +314,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -333,7 +322,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -342,10 +330,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'utm_medium', 'title' => 'Campaign Medium (utm_medium)', 'tooltip' => '', @@ -355,8 +344,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -364,7 +352,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -373,10 +360,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'utm_campaign', 'title' => 'Campaign Name (utm_campaign)', 'tooltip' => '', @@ -386,8 +374,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -395,7 +382,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -404,10 +390,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'utm_term', 'title' => 'Campaign Term (utm_term)', 'tooltip' => '', @@ -417,8 +404,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -426,7 +412,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -435,10 +420,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'utm_content', 'title' => 'Campaign Content (utm_content)', 'tooltip' => '', @@ -448,8 +434,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -457,7 +442,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -466,6 +450,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), @@ -489,7 +474,7 @@ 'icon' => NULL, )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Block::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Block::__set_state(array( 'name' => 'attributes', 'title' => 'Additional attributes', 'tooltip' => '', @@ -499,8 +484,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'block', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -518,22 +502,21 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'attribute', 'title' => 'attribute', 'tooltip' => '', @@ -543,8 +526,7 @@ 'locked' => false, 'style' => 'float: left; margin-right: 60px;', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -552,7 +534,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -561,10 +542,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'attributeValue', 'title' => 'value', 'tooltip' => '', @@ -574,8 +556,7 @@ 'locked' => false, 'style' => 'float:left;', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -583,7 +564,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -592,6 +572,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), @@ -638,15 +619,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/sports_mode.svg', - 'previewUrl' => '/__customermanagementframework/object-preview/link-activity-definition-preview', 'group' => 'CustomerManagement', 'showAppLoggerTab' => false, - 'linkGeneratorReference' => '@cmf.link-activity-definition.linkgenerator', - 'previewGeneratorReference' => NULL, + 'linkGeneratorReference' => '@CustomerManagementFrameworkBundle\\LinkGenerator\\LinkActivityDefinitionLinkGenerator', + 'previewGeneratorReference' => '@CustomerManagementFrameworkBundle\\PreviewGenerator\\LinkActivityDefinitionPreviewGenerator', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -675,6 +654,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_Manufacturer.php b/var/classes/definition_Manufacturer.php index bac29039..a9eb2778 100644 --- a/var/classes/definition_Manufacturer.php +++ b/var/classes/definition_Manufacturer.php @@ -9,15 +9,16 @@ * - logo [image] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'MA', 'name' => 'Manufacturer', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551626, + 'modificationDate' => 1693492495, 'userOwner' => 2, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -30,11 +31,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -45,26 +43,24 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'name', 'title' => 'Name', 'tooltip' => '', @@ -74,8 +70,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -83,7 +78,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -92,10 +86,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Image::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Image::__set_state(array( 'name' => 'logo', 'title' => 'Logo', 'tooltip' => '', @@ -105,8 +100,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'image', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -114,9 +108,9 @@ 'blockedVarsForExport' => array ( ), + 'uploadPath' => '', 'width' => 500, 'height' => '', - 'uploadPath' => '', )), ), 'locked' => false, @@ -143,15 +137,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/factory.svg', - 'previewUrl' => '', 'group' => 'Product Data', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -180,6 +172,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_News.php b/var/classes/definition_News.php index 4972b16c..482733f1 100644 --- a/var/classes/definition_News.php +++ b/var/classes/definition_News.php @@ -13,15 +13,16 @@ * - gallery [imageGallery] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'NE', 'name' => 'News', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551626, + 'modificationDate' => 1693492266, 'userOwner' => 2, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -34,11 +35,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -49,52 +47,48 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Region::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Region::__set_state(array( 'name' => 'Base Data', 'type' => NULL, 'region' => NULL, 'title' => 'Base Data', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => 'center', 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -105,7 +99,7 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'title', 'title' => 'Title', 'tooltip' => '', @@ -115,8 +109,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -124,7 +117,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -133,10 +125,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 300, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( 'name' => 'shortText', 'title' => 'Short Text', 'tooltip' => '', @@ -146,8 +139,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'textarea', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -155,17 +147,15 @@ 'blockedVarsForExport' => array ( ), - 'width' => 300, - 'height' => '', 'maxLength' => NULL, 'showCharCount' => false, 'excludeFromSearchIndex' => false, + 'height' => '', + 'width' => 300, )), ), 'region' => '', 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => false, @@ -174,14 +164,14 @@ 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, 'permissionView' => NULL, 'permissionEdit' => NULL, 'labelWidth' => 100, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( 'name' => 'content', 'title' => 'Content', 'tooltip' => '', @@ -191,8 +181,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'fieldcollections', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -227,22 +216,21 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Dates & Images', 'type' => NULL, 'region' => 'east', 'title' => '', 'width' => 450, - 'height' => NULL, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( 'name' => 'date', 'title' => 'Date', 'tooltip' => '', @@ -252,8 +240,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'datetime', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -261,14 +248,13 @@ 'blockedVarsForExport' => array ( ), - 'queryColumnType' => 'bigint(20)', - 'columnType' => 'bigint(20)', 'defaultValue' => NULL, 'useCurrentDate' => false, + 'columnType' => 'bigint(20)', 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\ImageGallery::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ImageGallery::__set_state(array( 'name' => 'gallery', 'title' => 'Gallery', 'tooltip' => '', @@ -278,8 +264,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'imageGallery', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -287,12 +272,12 @@ 'blockedVarsForExport' => array ( ), - 'width' => 412, - 'height' => 330, 'uploadPath' => '', 'ratioX' => NULL, 'ratioY' => NULL, 'predefinedDataTemplates' => '', + 'height' => 330, + 'width' => 412, )), ), 'locked' => false, @@ -327,7 +312,6 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/news.svg', - 'previewUrl' => '', 'group' => '', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '@App\\Website\\LinkGenerator\\NewsLinkGenerator', @@ -335,7 +319,6 @@ 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -364,6 +347,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_OfferToolCustomProduct.php b/var/classes/definition_OfferToolCustomProduct.php index c45d9cbd..4a7aaaf0 100644 --- a/var/classes/definition_OfferToolCustomProduct.php +++ b/var/classes/definition_OfferToolCustomProduct.php @@ -11,15 +11,16 @@ * - price [numeric] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'EF_OTCP', 'name' => 'OfferToolCustomProduct', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551626, + 'modificationDate' => 1693492451, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\OfferTool\\AbstractOfferToolProduct', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -32,11 +33,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -47,37 +45,34 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -87,12 +82,11 @@ ), 'fieldtype' => 'text', 'html' => 'OfferToolCustomProducts to be added into an offer. Used e.g. for additional material, service, ...
May be extended for specific use case. 
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'OSproductNumber', 'title' => 'Product Number', 'tooltip' => '', @@ -102,8 +96,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -111,7 +104,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -120,10 +112,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'OSName', 'title' => 'Product Name', 'tooltip' => '', @@ -133,8 +126,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -142,7 +134,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -151,10 +142,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'productGroup', 'title' => 'Product Group', 'tooltip' => '', @@ -164,8 +156,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -186,16 +177,16 @@ 'value' => 'service', ), ), - 'width' => 400, 'defaultValue' => '', 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 400, )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'price', 'title' => 'Price', 'tooltip' => '', @@ -205,8 +196,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -214,7 +204,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -223,6 +212,7 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), ), @@ -250,15 +240,13 @@ 'labelAlign' => 'left', )), 'icon' => '', - 'previewUrl' => '', 'group' => 'E-Commerce', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -287,6 +275,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_OfferToolOffer.php b/var/classes/definition_OfferToolOffer.php index dc700c51..bd157d9a 100644 --- a/var/classes/definition_OfferToolOffer.php +++ b/var/classes/definition_OfferToolOffer.php @@ -17,15 +17,16 @@ * - customItems [manyToManyObjectRelation] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'EF_OTO', 'name' => 'OfferToolOffer', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551626, + 'modificationDate' => 1693492454, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\OfferTool\\AbstractOffer', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -38,11 +39,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -53,32 +51,30 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'General', 'type' => '', 'region' => 'center', 'title' => 'General', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', @@ -87,18 +83,17 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -108,27 +103,25 @@ ), 'fieldtype' => 'text', 'html' => 'OfferToolOffer as storage for created offers in the frontend. May be extended for specific use case. ', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Basic', 'type' => NULL, 'region' => NULL, 'title' => 'Basic', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'offernumber', 'title' => 'Offernumber', 'tooltip' => '', @@ -138,8 +131,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -147,7 +139,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -156,10 +147,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( 'name' => 'dateCreated', 'title' => 'CreationDate', 'tooltip' => '', @@ -169,8 +161,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'datetime', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -178,14 +169,13 @@ 'blockedVarsForExport' => array ( ), - 'queryColumnType' => 'bigint(20)', - 'columnType' => 'bigint(20)', 'defaultValue' => NULL, 'useCurrentDate' => false, + 'columnType' => 'bigint(20)', 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Date::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Date::__set_state(array( 'name' => 'dateValidUntil', 'title' => 'Valid Until', 'tooltip' => '', @@ -195,8 +185,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'date', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -204,10 +193,9 @@ 'blockedVarsForExport' => array ( ), - 'queryColumnType' => 'bigint(20)', - 'columnType' => 'bigint(20)', 'defaultValue' => NULL, 'useCurrentDate' => false, + 'columnType' => 'bigint(20)', 'defaultValueGenerator' => '', )), ), @@ -220,22 +208,21 @@ 'labelAlign' => 'left', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Price Informations', 'type' => NULL, 'region' => NULL, 'title' => 'Price Informations', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'totalPriceBeforeDiscount', 'title' => 'Total Price Before Discount', 'tooltip' => '', @@ -245,8 +232,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -254,7 +240,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -263,10 +248,11 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'totalPrice', 'title' => 'TotalPrice', 'tooltip' => '', @@ -276,8 +262,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -285,7 +270,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -294,10 +278,11 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'discountType', 'title' => 'Discount Type', 'tooltip' => '', @@ -307,8 +292,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -329,16 +313,16 @@ 'value' => 'amount', ), ), - 'width' => 400, 'defaultValue' => '', 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 400, )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'discount', 'title' => 'Discount', 'tooltip' => '', @@ -348,8 +332,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -357,7 +340,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -366,6 +348,7 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), ), @@ -378,22 +361,21 @@ 'labelAlign' => 'left', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'System Informations', 'type' => NULL, 'region' => NULL, 'title' => 'System Informations', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => true, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'cartId', 'title' => 'Cart Id', 'tooltip' => '', @@ -403,8 +385,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -412,7 +393,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => '', 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -421,6 +401,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => '', 'defaultValueGenerator' => '', )), ), @@ -445,22 +426,21 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Items', 'type' => NULL, 'region' => NULL, 'title' => 'Items', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'items', 'title' => 'Items', 'tooltip' => '', @@ -470,8 +450,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -486,20 +465,22 @@ 'classes' => 'OfferToolOfferItem', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => NULL, - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => NULL, 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'customItems', 'title' => 'Custom Items', 'tooltip' => '', @@ -509,8 +490,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -525,17 +505,19 @@ 'classes' => 'OfferToolOfferItem', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => NULL, - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => NULL, 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), ), 'locked' => false, @@ -571,15 +553,13 @@ 'labelAlign' => 'left', )), 'icon' => '', - 'previewUrl' => '', 'group' => 'E-Commerce', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -608,6 +588,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_OfferToolOfferItem.php b/var/classes/definition_OfferToolOfferItem.php index 6d654227..2f83fe04 100644 --- a/var/classes/definition_OfferToolOfferItem.php +++ b/var/classes/definition_OfferToolOfferItem.php @@ -18,15 +18,16 @@ * - cartItemKey [input] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'EF_OTOI', 'name' => 'OfferToolOfferItem', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551626, + 'modificationDate' => 1693492458, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\OfferTool\\AbstractOfferItem', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -39,11 +40,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -54,11 +52,10 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', @@ -73,18 +70,17 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -94,27 +90,25 @@ ), 'fieldtype' => 'text', 'html' => 'OfferToolItems for items of offers. 
​May be extended for specific use case. 
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Product Information', 'type' => NULL, 'region' => NULL, 'title' => 'Product Information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'product', 'title' => 'Produkt', 'tooltip' => '', @@ -124,8 +118,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -136,9 +129,11 @@ 'classes' => array ( ), + 'displayMode' => NULL, 'pathFormatterClass' => NULL, - 'width' => 400, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -148,9 +143,10 @@ 'documentTypes' => array ( ), + 'width' => 400, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'productNumber', 'title' => 'Produktnummer', 'tooltip' => '', @@ -160,8 +156,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -169,7 +164,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -178,10 +172,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'productName', 'title' => 'Produktname', 'tooltip' => '', @@ -191,8 +186,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -200,7 +194,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -209,6 +202,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), ), @@ -221,22 +215,21 @@ 'labelAlign' => 'left', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Price Information', 'type' => NULL, 'region' => NULL, 'title' => 'Price Information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'amount', 'title' => 'Amount', 'tooltip' => '', @@ -246,8 +239,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -255,7 +247,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -264,10 +255,11 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 400, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'originalTotalPrice', 'title' => 'Original Total Price', 'tooltip' => '', @@ -277,8 +269,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -286,7 +277,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -295,10 +285,11 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'DiscountType', 'title' => 'Discount Type', 'tooltip' => '', @@ -308,8 +299,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -330,16 +320,16 @@ 'value' => 'amount', ), ), - 'width' => 400, 'defaultValue' => '', 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 400, )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'discount', 'title' => 'Discount', 'tooltip' => '', @@ -349,8 +339,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -358,7 +347,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -367,10 +355,11 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'finalTotalPrice', 'title' => 'Preis', 'tooltip' => '', @@ -380,8 +369,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -389,7 +377,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -398,6 +385,7 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), ), @@ -410,7 +398,7 @@ 'labelAlign' => 'left', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'subItems', 'title' => 'Subitems', 'tooltip' => '', @@ -420,8 +408,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -436,20 +423,22 @@ 'classes' => 'OnlineShopOrderItem', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => NULL, - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => NULL, 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( 'name' => 'comment', 'title' => 'Comment', 'tooltip' => '', @@ -459,8 +448,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'textarea', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -468,29 +456,28 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, - 'height' => '', 'maxLength' => NULL, 'showCharCount' => false, 'excludeFromSearchIndex' => false, + 'height' => '', + 'width' => 400, )), 5 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'System Informations', 'type' => NULL, 'region' => NULL, 'title' => 'System Informations', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => true, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'cartItemKey', 'title' => 'CartItemKey', 'tooltip' => '', @@ -500,8 +487,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -509,7 +495,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -518,6 +503,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), ), @@ -554,15 +540,13 @@ 'labelAlign' => 'left', )), 'icon' => '', - 'previewUrl' => '', 'group' => 'E-Commerce', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -591,6 +575,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_OnlineShopOrder.php b/var/classes/definition_OnlineShopOrder.php index 70b21dea..835f8d01 100644 --- a/var/classes/definition_OnlineShopOrder.php +++ b/var/classes/definition_OnlineShopOrder.php @@ -45,15 +45,16 @@ * - customized [objectbricks] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'EF_OSO', 'name' => 'OnlineShopOrder', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551625, + 'modificationDate' => 1693492462, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractOrder', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -66,11 +67,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -81,32 +79,30 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'general', 'type' => '', 'region' => 'center', 'title' => 'General Information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', @@ -115,18 +111,17 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -136,27 +131,25 @@ ), 'fieldtype' => 'text', 'html' => '​OnlineShopOrder as storage for created orders. 
​May be extended for specific use case. 
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Order Information', 'type' => NULL, 'region' => NULL, 'title' => 'Order Information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'ordernumber', 'title' => 'Ordernumber', 'tooltip' => '', @@ -166,8 +159,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -175,7 +167,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -184,10 +175,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'orderState', 'title' => 'OrderState', 'tooltip' => '', @@ -197,8 +189,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -229,16 +220,16 @@ 'value' => 'aborted', ), ), - 'width' => 400, 'defaultValue' => '', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 400, )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( 'name' => 'orderdate', 'title' => 'Orderdate', 'tooltip' => '', @@ -248,8 +239,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'datetime', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -257,14 +247,13 @@ 'blockedVarsForExport' => array ( ), - 'queryColumnType' => 'bigint(20)', - 'columnType' => 'bigint(20)', 'defaultValue' => NULL, 'useCurrentDate' => false, + 'columnType' => 'bigint(20)', 'defaultValueGenerator' => '', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'items', 'title' => 'Items', 'tooltip' => '', @@ -274,8 +263,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -290,20 +278,22 @@ 'classes' => 'OnlineShopOrderItem', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => NULL, 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( 'name' => 'comment', 'title' => 'Comment', 'tooltip' => '', @@ -313,8 +303,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'textarea', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -322,14 +311,14 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, - 'height' => 200, 'maxLength' => NULL, 'showCharCount' => false, 'excludeFromSearchIndex' => false, + 'height' => 200, + 'width' => 400, )), 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'customerOrderData', 'title' => 'Customer Order Data', 'tooltip' => '', @@ -339,8 +328,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -348,7 +336,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -357,10 +344,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 6 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'voucherTokens', 'title' => 'Voucher Tokens', 'tooltip' => '', @@ -370,8 +358,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -386,17 +373,19 @@ 'classes' => 'OnlineShopVoucherToken', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => NULL, - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => NULL, 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), ), 'locked' => false, @@ -408,22 +397,21 @@ 'labelAlign' => 'left', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Gift Items', 'type' => NULL, 'region' => NULL, 'title' => 'Gift Items', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'giftItems', 'title' => 'Gift Items', 'tooltip' => '', @@ -433,8 +421,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -449,17 +436,19 @@ 'classes' => 'OnlineShopOrderItem', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => NULL, 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), ), 'locked' => false, @@ -471,22 +460,21 @@ 'labelAlign' => 'left', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Price Information', 'type' => NULL, 'region' => NULL, 'title' => 'Price Information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( 'name' => 'priceModifications', 'title' => 'PriceModifications', 'tooltip' => '', @@ -496,8 +484,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'fieldcollections', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -518,7 +505,7 @@ 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'subTotalNetPrice', 'title' => 'SubTotalNetPrice', 'tooltip' => '', @@ -528,8 +515,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -537,7 +523,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -546,10 +531,11 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'subTotalPrice', 'title' => 'SubTotalPrice', 'tooltip' => '', @@ -559,8 +545,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -568,7 +553,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -577,10 +561,11 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'totalNetPrice', 'title' => 'TotalNetPrice', 'tooltip' => '', @@ -590,8 +575,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -599,7 +583,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -608,10 +591,11 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'totalPrice', 'title' => 'TotalPrice', 'tooltip' => '', @@ -621,8 +605,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -630,7 +613,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -639,10 +621,11 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\Table::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Table::__set_state(array( 'name' => 'taxInfo', 'title' => 'Tax Information', 'tooltip' => '', @@ -652,8 +635,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'table', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -661,8 +643,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => '', - 'height' => '', 'cols' => NULL, 'colsFixed' => false, 'rows' => NULL, @@ -672,9 +652,11 @@ 'columnConfig' => array ( ), + 'height' => '', + 'width' => '', )), 6 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'currency', 'title' => 'Currency', 'tooltip' => '', @@ -684,8 +666,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -693,7 +674,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -702,6 +682,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), @@ -714,22 +695,21 @@ 'labelAlign' => 'left', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'System Informations', 'type' => NULL, 'region' => NULL, 'title' => 'System Information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => true, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'cartId', 'title' => 'Cart ID', 'tooltip' => '', @@ -739,8 +719,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -748,7 +727,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -757,10 +735,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'successorOrder', 'title' => 'Successor Order', 'tooltip' => '', @@ -770,8 +749,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -786,9 +764,11 @@ 'classes' => 'OnlineShopOrder', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => '', + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -798,9 +778,10 @@ 'documentTypes' => array ( ), + 'width' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'cartHash', 'title' => 'Cart Hash', 'tooltip' => '', @@ -810,8 +791,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -819,7 +799,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => '', 'defaultValue' => NULL, 'integer' => true, 'unsigned' => false, @@ -828,6 +807,7 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => '', 'defaultValueGenerator' => '', )), ), @@ -852,22 +832,21 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'customer', 'type' => NULL, 'region' => '', 'title' => 'Customer Information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'customer', 'title' => 'Customer', 'tooltip' => '', @@ -877,8 +856,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -893,9 +871,11 @@ 'classes' => 'Customer', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => 400, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -905,9 +885,10 @@ 'documentTypes' => array ( ), + 'width' => 400, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'customerFirstname', 'title' => 'Firstname', 'tooltip' => '', @@ -917,8 +898,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -926,7 +906,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -935,10 +914,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'customerLastname', 'title' => 'Lastname', 'tooltip' => '', @@ -948,8 +928,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -957,7 +936,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -966,10 +944,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'customerCompany', 'title' => 'Company', 'tooltip' => '', @@ -979,8 +958,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -988,7 +966,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -997,10 +974,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'customerStreet', 'title' => 'Street', 'tooltip' => '', @@ -1010,8 +988,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1019,7 +996,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -1028,10 +1004,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'customerZip', 'title' => 'Zip', 'tooltip' => '', @@ -1041,8 +1018,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1050,7 +1026,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -1059,10 +1034,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 6 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'customerCity', 'title' => 'City', 'tooltip' => '', @@ -1072,8 +1048,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1081,7 +1056,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -1090,10 +1064,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 7 => - Pimcore\Model\DataObject\ClassDefinition\Data\Country::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Country::__set_state(array( 'name' => 'customerCountry', 'title' => 'Country', 'tooltip' => '', @@ -1103,8 +1078,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'country', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1112,18 +1086,17 @@ 'blockedVarsForExport' => array ( ), - 'options' => NULL, - 'width' => '', 'defaultValue' => NULL, 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => '', 'restrictTo' => '', )), 8 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'customerEmail', 'title' => 'Email', 'tooltip' => '', @@ -1133,8 +1106,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -1142,7 +1114,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -1151,6 +1122,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), ), @@ -1166,22 +1138,21 @@ 'labelAlign' => 'left', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'delivery', 'type' => NULL, 'region' => '', 'title' => 'Delivery Information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'deliveryFirstname', 'title' => 'Firstname', 'tooltip' => '', @@ -1191,8 +1162,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1200,7 +1170,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -1209,10 +1178,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'deliveryLastname', 'title' => 'Lastname', 'tooltip' => '', @@ -1222,8 +1192,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1231,7 +1200,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -1240,10 +1208,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'deliveryCompany', 'title' => 'Company', 'tooltip' => '', @@ -1253,8 +1222,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1262,7 +1230,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -1271,10 +1238,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'deliveryStreet', 'title' => 'Street', 'tooltip' => '', @@ -1284,8 +1252,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1293,7 +1260,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -1302,10 +1268,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'deliveryZip', 'title' => 'Zip', 'tooltip' => '', @@ -1315,8 +1282,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1324,7 +1290,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -1333,10 +1298,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'deliveryCity', 'title' => 'City', 'tooltip' => '', @@ -1346,8 +1312,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1355,7 +1320,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -1364,10 +1328,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 6 => - Pimcore\Model\DataObject\ClassDefinition\Data\Country::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Country::__set_state(array( 'name' => 'deliveryCountry', 'title' => 'Country', 'tooltip' => '', @@ -1377,8 +1342,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'country', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1386,14 +1350,13 @@ 'blockedVarsForExport' => array ( ), - 'options' => NULL, - 'width' => '', 'defaultValue' => NULL, 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => '', 'restrictTo' => '', )), ), @@ -1409,7 +1372,7 @@ 'labelAlign' => 'left', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'payment', 'type' => NULL, 'region' => '', @@ -1420,22 +1383,20 @@ 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -1445,12 +1406,11 @@ ), 'fieldtype' => 'text', 'html' => 'Payment Information with
- Payment Provider: returned data of payment provider after actual transaction.
- Payment Information: information about every payment try of customer. 
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( 'name' => 'paymentProvider', 'title' => 'Payment Provider', 'tooltip' => '', @@ -1460,8 +1420,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'objectbricks', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1477,7 +1436,7 @@ 'border' => false, )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( 'name' => 'paymentInfo', 'title' => 'Payment Informations', 'tooltip' => '', @@ -1487,8 +1446,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'fieldcollections', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1509,7 +1467,7 @@ 'border' => false, )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'invoice', 'type' => NULL, 'region' => '', @@ -1520,11 +1478,10 @@ 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'paymentReference', 'title' => 'Payment Ref.', 'tooltip' => '', @@ -1534,8 +1491,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1543,7 +1499,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -1552,6 +1507,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), ), @@ -1576,33 +1532,31 @@ 'labelAlign' => 'left', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'customizations', 'type' => NULL, 'region' => '', 'title' => 'Customizations', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -1617,7 +1571,7 @@ 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( 'name' => 'customized', 'title' => 'Customized', 'tooltip' => '', @@ -1627,8 +1581,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'objectbricks', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -1676,15 +1629,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/deployment.svg', - 'previewUrl' => '', 'group' => 'E-Commerce', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -1713,6 +1664,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_OnlineShopOrderItem.php b/var/classes/definition_OnlineShopOrderItem.php index 6cba080f..e87fd99a 100644 --- a/var/classes/definition_OnlineShopOrderItem.php +++ b/var/classes/definition_OnlineShopOrderItem.php @@ -19,15 +19,16 @@ * - customized [objectbricks] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'EF_OSOI', 'name' => 'OnlineShopOrderItem', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551625, + 'modificationDate' => 1693492465, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractOrderItem', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -40,11 +41,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -55,52 +53,48 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'general', 'type' => NULL, 'region' => NULL, 'title' => 'General Information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -115,7 +109,7 @@ 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'orderState', 'title' => 'Order Item State', 'tooltip' => '', @@ -125,8 +119,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -147,31 +140,30 @@ 'value' => 'cancelled', ), ), - 'width' => 400, 'defaultValue' => '', 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 400, )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Product Information', 'type' => NULL, 'region' => NULL, 'title' => 'Product Information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'product', 'title' => 'Produkt', 'tooltip' => '', @@ -181,8 +173,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -193,9 +184,11 @@ 'classes' => array ( ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => 400, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -205,9 +198,10 @@ 'documentTypes' => array ( ), + 'width' => 400, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'productNumber', 'title' => 'Produktnummer', 'tooltip' => '', @@ -217,8 +211,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -226,7 +219,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -235,10 +227,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'productName', 'title' => 'Produktname', 'tooltip' => '', @@ -248,8 +241,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -257,7 +249,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -266,6 +257,7 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), ), @@ -278,22 +270,21 @@ 'labelAlign' => 'left', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Price Information', 'type' => NULL, 'region' => NULL, 'title' => 'Price Information', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'amount', 'title' => 'Amount', 'tooltip' => '', @@ -303,8 +294,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -312,7 +302,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -321,10 +310,11 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 400, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'totalNetPrice', 'title' => 'NetPrice', 'tooltip' => '', @@ -334,8 +324,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -343,7 +332,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -352,10 +340,11 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'totalPrice', 'title' => 'Price', 'tooltip' => '', @@ -365,8 +354,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -374,7 +362,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -383,10 +370,11 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 400, 'defaultValueGenerator' => '', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Table::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Table::__set_state(array( 'name' => 'taxInfo', 'title' => 'Tax Information', 'tooltip' => '', @@ -396,8 +384,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'table', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -405,8 +392,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => '', - 'height' => '', 'cols' => NULL, 'colsFixed' => false, 'rows' => NULL, @@ -416,9 +401,11 @@ 'columnConfig' => array ( ), + 'height' => '', + 'width' => '', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( 'name' => 'pricingRules', 'title' => 'Pricing Rules', 'tooltip' => '', @@ -428,8 +415,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'fieldcollections', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -459,7 +445,7 @@ 'labelAlign' => 'left', )), 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( 'name' => 'comment', 'title' => 'Comment', 'tooltip' => '', @@ -469,8 +455,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'textarea', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -478,14 +463,14 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, - 'height' => '', 'maxLength' => NULL, 'showCharCount' => false, 'excludeFromSearchIndex' => false, + 'height' => '', + 'width' => 400, )), 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'subItems', 'title' => 'Subitems', 'tooltip' => '', @@ -495,8 +480,7 @@ 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -511,17 +495,19 @@ 'classes' => 'OnlineShopOrderItem', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => NULL, 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), ), 'locked' => false, @@ -536,33 +522,31 @@ 'labelAlign' => 'left', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'customizations', 'type' => NULL, 'region' => '', 'title' => 'Customizations', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -577,7 +561,7 @@ 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( 'name' => 'customized', 'title' => 'Customized', 'tooltip' => '', @@ -587,8 +571,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'objectbricks', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -636,15 +619,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/twemoji/1f4e6.svg', - 'previewUrl' => '', 'group' => 'E-Commerce', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -673,6 +654,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_OnlineShopTaxClass.php b/var/classes/definition_OnlineShopTaxClass.php index a4d6a597..3c8fba76 100644 --- a/var/classes/definition_OnlineShopTaxClass.php +++ b/var/classes/definition_OnlineShopTaxClass.php @@ -9,15 +9,16 @@ * - taxEntries [fieldcollections] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'EF_OSTC', 'name' => 'OnlineShopTaxClass', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551626, + 'modificationDate' => 1693492469, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -30,11 +31,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -45,37 +43,34 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -90,7 +85,7 @@ 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'taxEntryCombinationType', 'title' => 'Tax Entry Combination Type', 'tooltip' => '', @@ -100,8 +95,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -122,16 +116,16 @@ 'value' => 'oneAfterAnother', ), ), - 'width' => '', 'defaultValue' => '', 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, - 'columnLength' => '190', + 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( 'name' => 'taxEntries', 'title' => 'Tax Entries', 'tooltip' => '', @@ -141,8 +135,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'fieldcollections', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -187,15 +180,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/twemoji/1f4b6.svg', - 'previewUrl' => '', 'group' => 'E-Commerce', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -224,6 +215,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_OnlineShopVoucherSeries.php b/var/classes/definition_OnlineShopVoucherSeries.php index 7d8b3c0d..e9ae7e58 100644 --- a/var/classes/definition_OnlineShopVoucherSeries.php +++ b/var/classes/definition_OnlineShopVoucherSeries.php @@ -9,15 +9,16 @@ * - tokenSettings [fieldcollections] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'EF_OSVS', 'name' => 'OnlineShopVoucherSeries', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551626, + 'modificationDate' => 1693492474, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractVoucherSeries', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -30,11 +31,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -45,37 +43,34 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -85,12 +80,11 @@ ), 'fieldtype' => 'text', 'html' => 'VoucherSeries to set up valid voucher tokens. 
- Name: Specify a name for this voucher series. Just for finding it again ;-) 
- Token Settings: Specify a token calculation type and define specific settings for token generation. 
Actual tokens are available in additional tab \'Voucher Service\' 
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'name', 'title' => 'Name', 'tooltip' => '', @@ -100,8 +94,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -109,7 +102,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -118,10 +110,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array( 'name' => 'tokenSettings', 'title' => 'Token Settings', 'tooltip' => '', @@ -131,8 +124,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'fieldcollections', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -178,15 +170,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/vip.svg', - 'previewUrl' => '', 'group' => 'E-Commerce', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -215,6 +205,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_OnlineShopVoucherToken.php b/var/classes/definition_OnlineShopVoucherToken.php index 4eff7f08..d86bb952 100644 --- a/var/classes/definition_OnlineShopVoucherToken.php +++ b/var/classes/definition_OnlineShopVoucherToken.php @@ -10,15 +10,16 @@ * - voucherSeries [manyToOneRelation] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'EF_OSVT', 'name' => 'OnlineShopVoucherToken', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551626, + 'modificationDate' => 1693492478, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => '', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -31,11 +32,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -46,37 +44,34 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => '', 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( ), @@ -86,12 +81,11 @@ ), 'fieldtype' => 'text', 'html' => 'VoucherToken that are actually used with orders. ', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'tokenId', 'title' => 'Token ID', 'tooltip' => '', @@ -101,8 +95,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -110,7 +103,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 500, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -119,10 +111,11 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 500, 'defaultValueGenerator' => '', )), 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'token', 'title' => 'Token', 'tooltip' => '', @@ -132,8 +125,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -141,7 +133,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => 500, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', @@ -150,10 +141,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => 500, 'defaultValueGenerator' => '', )), 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'voucherSeries', 'title' => 'Voucher Series', 'tooltip' => '', @@ -163,8 +155,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, @@ -179,9 +170,11 @@ 'classes' => 'OnlineShopVoucherSeries', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => NULL, - 'width' => 500, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, 'assetTypes' => @@ -191,6 +184,7 @@ 'documentTypes' => array ( ), + 'width' => 500, )), ), 'locked' => false, @@ -217,15 +211,13 @@ 'labelAlign' => 'left', )), 'icon' => '', - 'previewUrl' => '', 'group' => 'E-Commerce', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -254,6 +246,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/definition_TermSegmentBuilderDefinition.php b/var/classes/definition_TermSegmentBuilderDefinition.php index 2f859683..bd759924 100644 --- a/var/classes/definition_TermSegmentBuilderDefinition.php +++ b/var/classes/definition_TermSegmentBuilderDefinition.php @@ -11,15 +11,16 @@ * -- phrases [table] */ -return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( +return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => '4', 'name' => 'TermSegmentBuilderDefinition', + 'title' => '', 'description' => '', 'creationDate' => 0, - 'modificationDate' => 1683551624, + 'modificationDate' => 1693492444, 'userOwner' => 0, - 'userModification' => 1, + 'userModification' => 2, 'parentClass' => 'CustomerManagementFrameworkBundle\\Model\\AbstractTermSegmentBuilderDefinition', 'implementsInterfaces' => '', 'listingParentClass' => '', @@ -32,11 +33,8 @@ 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => - array ( - ), 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, @@ -47,26 +45,24 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'name', 'title' => 'Name', 'tooltip' => '', @@ -76,8 +72,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, @@ -85,7 +80,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -94,10 +88,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Block::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Block::__set_state(array( 'name' => 'terms', 'title' => 'Terms', 'tooltip' => '', @@ -107,8 +102,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'block', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -126,7 +120,7 @@ 'children' => array ( 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'term', 'title' => 'Term', 'tooltip' => '', @@ -136,8 +130,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -145,7 +138,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', @@ -154,10 +146,11 @@ ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Table::__set_state(array( + \Pimcore\Model\DataObject\ClassDefinition\Data\Table::__set_state(array( 'name' => 'phrases', 'title' => 'phrases', 'tooltip' => '', @@ -167,8 +160,7 @@ 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'table', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, @@ -176,8 +168,6 @@ 'blockedVarsForExport' => array ( ), - 'width' => '', - 'height' => '', 'cols' => 1, 'colsFixed' => true, 'rows' => NULL, @@ -187,6 +177,8 @@ 'columnConfig' => array ( ), + 'height' => '', + 'width' => '', )), ), 'layout' => NULL, @@ -220,15 +212,13 @@ 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/data_configuration.svg', - 'previewUrl' => '', 'group' => 'CustomerManagement', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '', - 'previewGeneratorReference' => NULL, + 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), - 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( @@ -257,6 +247,9 @@ ), 'blockedVarsForExport' => array ( + ), + 'fieldDefinitionsCache' => + array ( ), 'activeDispatchingEvents' => array ( diff --git a/var/classes/fieldcollections/FilterCategory.php b/var/classes/fieldcollections/FilterCategory.php index bc880844..2e0ab38a 100644 --- a/var/classes/fieldcollections/FilterCategory.php +++ b/var/classes/fieldcollections/FilterCategory.php @@ -10,15 +10,15 @@ * - availableCategories [manyToManyObjectRelation] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'FilterCategory', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\CategoryFilterDefinitionType', 'implementsInterfaces' => '', 'title' => '', 'group' => 'FilterTypes', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -29,257 +29,256 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', 'title' => 'Filter Category', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => '
Filter Category
- RootCategory: can be used as root category when building up category tree. 
- Include SubCategories: when active, filter returns product with subcategories assigned too.
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'label', 'title' => 'Label', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'preSelect', 'title' => 'Pre Select', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'classes' => + 'classes' => array ( - 0 => + 0 => array ( 'classes' => 'Category', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => 400, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, - 'assetTypes' => + 'assetTypes' => array ( ), 'documentsAllowed' => false, - 'documentTypes' => + 'documentTypes' => array ( ), + 'width' => 400, )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array( 'name' => 'rootCategory', 'title' => 'Root Category', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToOneRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'classes' => + 'classes' => array ( - 0 => + 0 => array ( 'classes' => 'Category', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => 400, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, - 'assetTypes' => + 'assetTypes' => array ( ), 'documentsAllowed' => false, - 'documentTypes' => + 'documentTypes' => array ( ), + 'width' => 400, )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'includeParentCategories', 'title' => 'Include SubCategories', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, 'defaultValueGenerator' => '', )), - 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 5 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'scriptPath', 'title' => 'Script Path', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 6 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + 6 => + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'availableCategories', 'title' => 'Available Categories', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'classes' => + 'classes' => array ( - 0 => + 0 => array ( 'classes' => 'ProductCategory', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => NULL, - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => NULL, 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, - 'visibleFieldDefinitions' => + 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -291,7 +290,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -301,8 +300,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/FilterCategoryMultiselect.php b/var/classes/fieldcollections/FilterCategoryMultiselect.php index d5dcde2f..0dbf6400 100644 --- a/var/classes/fieldcollections/FilterCategoryMultiselect.php +++ b/var/classes/fieldcollections/FilterCategoryMultiselect.php @@ -10,15 +10,15 @@ * - availableCategories [manyToManyObjectRelation] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'FilterCategoryMultiselect', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\CategoryFilterDefinitionType', 'implementsInterfaces' => '', 'title' => '', 'group' => 'FilterTypes', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -29,11 +29,10 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', @@ -45,197 +44,195 @@ 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'label', 'title' => 'Label', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 300, 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'preSelect', 'title' => 'Pre Select', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'classes' => + 'classes' => array ( - 0 => + 0 => array ( 'classes' => 'ProductCategory', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => NULL, - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => NULL, 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, - 'visibleFieldDefinitions' => + 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'useAndCondition', 'title' => 'Use And Condition', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'includeParentCategories', 'title' => 'Include SubCategories', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, 'defaultValueGenerator' => '', )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'scriptPath', 'title' => 'Script Path', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 300, 'defaultValueGenerator' => '', )), - 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + 5 => + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'availableCategories', 'title' => 'Available Categories', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => true, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'classes' => + 'classes' => array ( - 0 => + 0 => array ( 'classes' => 'ProductCategory', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => NULL, - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => NULL, 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, - 'visibleFieldDefinitions' => + 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -247,7 +244,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -257,8 +254,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/FilterInputfield.php b/var/classes/fieldcollections/FilterInputfield.php index 5c34e039..6043e1bd 100644 --- a/var/classes/fieldcollections/FilterInputfield.php +++ b/var/classes/fieldcollections/FilterInputfield.php @@ -8,15 +8,15 @@ * - scriptPath [input] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'FilterInputfield', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractFilterDefinitionType', 'implementsInterfaces' => '', 'title' => '', 'group' => 'FilterTypes', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -27,163 +27,146 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', 'title' => 'Filter Input', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'label', 'title' => 'Label', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 300, 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( + 1 => + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( 'name' => 'field', 'title' => 'Field', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'indexFieldSelection', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => - array ( - ), - 'queryColumnType' => - array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', - ), - 'columnType' => + 'blockedVarsForExport' => array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', ), 'width' => 0, 'considerTenants' => true, 'multiPreSelect' => 'none', - 'filterGroups' => + 'filterGroups' => array ( 0 => 'string', ), - 'predefinedPreSelectOptions' => + 'predefinedPreSelectOptions' => array ( ), )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'preSelect', 'title' => 'PreSelect', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 300, 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'scriptPath', 'title' => 'Script Path', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 300, 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -195,7 +178,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -205,8 +188,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/FilterMultiRelation.php b/var/classes/fieldcollections/FilterMultiRelation.php index 43b72ac1..38c83610 100644 --- a/var/classes/fieldcollections/FilterMultiRelation.php +++ b/var/classes/fieldcollections/FilterMultiRelation.php @@ -9,15 +9,15 @@ * - availableRelations [manyToManyObjectRelation] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'FilterMultiRelation', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractFilterDefinitionType', 'implementsInterfaces' => '', 'title' => '', 'group' => 'FilterTypes', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -28,218 +28,200 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', 'title' => 'Filter MultiRelation', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => 'Filter MultiRelation
Multi selection filter for relation fields.
- Use And Condition: Uses AND condition instead of OR. 
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'label', 'title' => 'Label', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( + 2 => + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( 'name' => 'field', 'title' => 'Field', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'indexFieldSelection', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => - array ( - ), - 'queryColumnType' => - array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', - ), - 'columnType' => + 'blockedVarsForExport' => array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', ), 'width' => 400, 'considerTenants' => true, 'multiPreSelect' => 'remote_multi', - 'filterGroups' => + 'filterGroups' => array ( 0 => 'relation', ), - 'predefinedPreSelectOptions' => + 'predefinedPreSelectOptions' => array ( ), )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'useAndCondition', 'title' => 'Use And Condition', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, 'defaultValueGenerator' => '', )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'scriptPath', 'title' => 'Script Path', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 300, 'defaultValueGenerator' => '', )), - 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + 5 => + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'availableRelations', 'title' => 'Available Relations', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'classes' => + 'classes' => array ( ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => '', - 'height' => '', 'maxItems' => NULL, - 'visibleFields' => + 'visibleFields' => array ( ), 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, - 'visibleFieldDefinitions' => + 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -251,7 +233,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -261,8 +243,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/FilterMultiSelect.php b/var/classes/fieldcollections/FilterMultiSelect.php index 10176765..c463fff3 100644 --- a/var/classes/fieldcollections/FilterMultiSelect.php +++ b/var/classes/fieldcollections/FilterMultiSelect.php @@ -8,15 +8,15 @@ * - UseAndCondition [checkbox] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'FilterMultiSelect', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractFilterDefinitionType', 'implementsInterfaces' => '', 'title' => '', 'group' => 'FilterTypes', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -27,173 +27,154 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', 'title' => 'Filter Multiselect', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => 'Filter MultiSelect
Multi selection filter for default value fields. 
- Use And Condition: Uses AND condition instead of OR. 
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'label', 'title' => 'Label', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( + 2 => + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( 'name' => 'field', 'title' => 'Field', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'indexFieldSelection', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => - array ( - ), - 'queryColumnType' => + 'blockedVarsForExport' => array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', - ), - 'columnType' => - array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', ), 'width' => 400, 'considerTenants' => true, 'multiPreSelect' => 'remote_multi', - 'filterGroups' => + 'filterGroups' => array ( 0 => 'string', ), - 'predefinedPreSelectOptions' => + 'predefinedPreSelectOptions' => array ( ), )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'scriptPath', 'title' => 'Script Path', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'UseAndCondition', 'title' => 'Use And Condition', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, @@ -201,7 +182,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -213,7 +194,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -223,8 +204,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/FilterMultiSelectFromMultiSelect.php b/var/classes/fieldcollections/FilterMultiSelectFromMultiSelect.php index 147d21af..6b956766 100644 --- a/var/classes/fieldcollections/FilterMultiSelectFromMultiSelect.php +++ b/var/classes/fieldcollections/FilterMultiSelectFromMultiSelect.php @@ -8,15 +8,15 @@ * - UseAndCondition [checkbox] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'FilterMultiSelectFromMultiSelect', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractFilterDefinitionType', 'implementsInterfaces' => '', 'title' => '', 'group' => 'FilterTypes', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -27,183 +27,163 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => 'MultiSelect From MultiSelect', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => '​Filter Multi Select from Multi Select
Multi selection filter for multi select fields. 
- Use And Condition: Uses AND condition instead of OR. 
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'label', 'title' => 'Label', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( + 2 => + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( 'name' => 'field', 'title' => 'Field', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'indexFieldSelection', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => - array ( - ), - 'queryColumnType' => + 'blockedVarsForExport' => array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', - ), - 'columnType' => - array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', ), 'width' => 400, 'considerTenants' => true, 'multiPreSelect' => 'remote_multi', - 'filterGroups' => + 'filterGroups' => array ( 0 => 'multiselect', ), - 'predefinedPreSelectOptions' => + 'predefinedPreSelectOptions' => array ( - 0 => + 0 => array ( 'key' => 'test', 'value' => 'test', ), - 1 => + 1 => array ( 'key' => 'tesg2', 'value' => 'test2', ), ), )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'scriptPath', 'title' => 'Script Path', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'UseAndCondition', 'title' => 'Use And Condition', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, @@ -211,7 +191,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -223,7 +203,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -233,8 +213,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/FilterNumberRange.php b/var/classes/fieldcollections/FilterNumberRange.php index 57c1f2df..d2d7c58e 100644 --- a/var/classes/fieldcollections/FilterNumberRange.php +++ b/var/classes/fieldcollections/FilterNumberRange.php @@ -11,15 +11,15 @@ * - scriptPath [input] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'FilterNumberRange', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractFilterDefinitionType', 'implementsInterfaces' => '', 'title' => '', 'group' => 'FilterTypes', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -30,145 +30,126 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', 'title' => 'Numberrange', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => 'Filter Numberrange
Filter for number ranges. 
- rangeFrom/rangeTo: Optionally max and min values for range. Needs to be implemented in frontend. 
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'label', 'title' => 'Label', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( + 2 => + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( 'name' => 'field', 'title' => 'Field', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'indexFieldSelection', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => - array ( - ), - 'queryColumnType' => + 'blockedVarsForExport' => array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', - ), - 'columnType' => - array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', ), 'width' => 400, 'considerTenants' => true, 'multiPreSelect' => 'none', - 'filterGroups' => + 'filterGroups' => array ( 0 => 'double', ), - 'predefinedPreSelectOptions' => + 'predefinedPreSelectOptions' => array ( ), )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'rangeFrom', 'title' => 'Range From', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -177,29 +158,28 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 400, 'defaultValueGenerator' => '', )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'rangeTo', 'title' => 'Range To', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -208,29 +188,28 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 400, 'defaultValueGenerator' => '', )), - 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 5 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'preSelectFrom', 'title' => 'Pre Select From', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -239,29 +218,28 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 400, 'defaultValueGenerator' => '', )), - 6 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 6 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'preSelectTo', 'title' => 'Pre Select To', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -270,42 +248,42 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 400, 'defaultValueGenerator' => '', )), - 7 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 7 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'scriptPath', 'title' => 'Script Path', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -317,7 +295,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -327,8 +305,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/FilterNumberRangeSelection.php b/var/classes/fieldcollections/FilterNumberRangeSelection.php index c5ae19fa..4dd218d5 100644 --- a/var/classes/fieldcollections/FilterNumberRangeSelection.php +++ b/var/classes/fieldcollections/FilterNumberRangeSelection.php @@ -11,15 +11,15 @@ * - unit [input] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'FilterNumberRangeSelection', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractFilterDefinitionType', 'implementsInterfaces' => '', 'title' => '', 'group' => 'FilterTypes', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -30,151 +30,131 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', 'title' => 'NumberRange Select', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => 'Filter Numberrange Selection
Filter for number ranges with predefined ranges. 
- ranges: predefined ranges. 
- unit: free textfield with is displayed in frontend if so implemented by view script. 
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'label', 'title' => 'Label', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( + 2 => + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( 'name' => 'field', 'title' => 'Field', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'indexFieldSelection', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => - array ( - ), - 'queryColumnType' => + 'blockedVarsForExport' => array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', - ), - 'columnType' => - array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', ), 'width' => 400, 'considerTenants' => true, 'multiPreSelect' => 'none', - 'filterGroups' => + 'filterGroups' => array ( 0 => 'double', ), - 'predefinedPreSelectOptions' => + 'predefinedPreSelectOptions' => array ( ), )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\StructuredTable::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\StructuredTable::__set_state(array( 'name' => 'ranges', 'title' => 'Ranges', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'structuredTable', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 650, - 'height' => 200, 'labelWidth' => 0, 'labelFirstCell' => '', - 'cols' => + 'cols' => array ( - 0 => + 0 => array ( 'position' => '1', 'key' => 'from', @@ -184,7 +164,7 @@ 'id' => 'extModel3155-1', 'length' => NULL, ), - 1 => + 1 => array ( 'position' => 2, 'key' => 'to', @@ -194,30 +174,30 @@ 'id' => 'extModel3155-2', ), ), - 'rows' => + 'rows' => array ( - 0 => + 0 => array ( 'position' => '1', 'key' => 'range1', 'label' => '1', 'id' => 'extModel3131-1', ), - 1 => + 1 => array ( 'position' => '2', 'key' => 'range2', 'label' => '2', 'id' => 'extModel3131-2', ), - 2 => + 2 => array ( 'position' => '3', 'key' => 'range3', 'label' => '3', 'id' => 'extModel3131-3', ), - 3 => + 3 => array ( 'position' => '4', 'key' => 'range4', @@ -225,28 +205,28 @@ 'id' => 'extModel3131-4', ), ), + 'height' => 200, + 'width' => 650, )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'preSelectFrom', 'title' => 'Pre Select From', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -255,29 +235,28 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 400, 'defaultValueGenerator' => '', )), - 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 5 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'preSelectTo', 'title' => 'Pre Select To', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -286,73 +265,72 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 400, 'defaultValueGenerator' => '', )), - 6 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 6 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'scriptPath', 'title' => 'Script Path', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 7 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 7 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'unit', 'title' => 'Unit', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -364,7 +342,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -374,8 +352,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/FilterRelation.php b/var/classes/fieldcollections/FilterRelation.php index 83a7c03c..5e9f6ba3 100644 --- a/var/classes/fieldcollections/FilterRelation.php +++ b/var/classes/fieldcollections/FilterRelation.php @@ -8,15 +8,15 @@ * - availableRelations [manyToManyRelation] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'FilterRelation', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractFilterDefinitionType', 'implementsInterfaces' => '', 'title' => '', 'group' => 'FilterTypes', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -27,197 +27,181 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', 'title' => 'Filter Relation', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => 'Filter Relation
Single selection filter for relation fields.
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'label', 'title' => 'Label', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( + 2 => + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( 'name' => 'field', 'title' => 'Field', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'indexFieldSelection', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => - array ( - ), - 'queryColumnType' => - array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', - ), - 'columnType' => + 'blockedVarsForExport' => array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', ), 'width' => 400, 'considerTenants' => true, 'multiPreSelect' => 'remote_single', - 'filterGroups' => + 'filterGroups' => array ( 0 => 'relation', ), - 'predefinedPreSelectOptions' => + 'predefinedPreSelectOptions' => array ( ), )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'scriptPath', 'title' => 'Script Path', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyRelation::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyRelation::__set_state(array( 'name' => 'availableRelations', 'title' => 'Available Relations', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToManyRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'classes' => + 'classes' => array ( ), + 'displayMode' => NULL, 'pathFormatterClass' => NULL, - 'width' => '', - 'height' => '', 'maxItems' => NULL, + 'assetInlineDownloadAllowed' => false, 'assetUploadPath' => '', + 'allowToClearRelation' => true, 'objectsAllowed' => true, 'assetsAllowed' => false, - 'assetTypes' => + 'assetTypes' => array ( ), 'documentsAllowed' => false, - 'documentTypes' => + 'documentTypes' => array ( ), 'enableTextSelection' => false, + 'width' => '', + 'height' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -229,7 +213,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -239,8 +223,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/FilterSelect.php b/var/classes/fieldcollections/FilterSelect.php index 8413b2a6..9daccbe4 100644 --- a/var/classes/fieldcollections/FilterSelect.php +++ b/var/classes/fieldcollections/FilterSelect.php @@ -7,15 +7,15 @@ * - scriptPath [input] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'FilterSelect', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractFilterDefinitionType', 'implementsInterfaces' => '', 'title' => '', 'group' => 'FilterTypes', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -26,159 +26,141 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', 'title' => 'Filter Select', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => '​Filter Select
Single selection filter for default value fields. 
', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'label', 'title' => 'Label', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( + 2 => + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( 'name' => 'field', 'title' => 'Field', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'indexFieldSelection', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => - array ( - ), - 'queryColumnType' => + 'blockedVarsForExport' => array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', - ), - 'columnType' => - array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', ), 'width' => 400, 'considerTenants' => true, 'multiPreSelect' => 'remote_single', - 'filterGroups' => + 'filterGroups' => array ( 0 => 'string', 1 => 'double', ), - 'predefinedPreSelectOptions' => + 'predefinedPreSelectOptions' => array ( ), )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'scriptPath', 'title' => 'Script Path', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -190,7 +172,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -200,8 +182,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/FilterSelectFromMultiSelect.php b/var/classes/fieldcollections/FilterSelectFromMultiSelect.php index d6b3af2d..cc1d5aa2 100644 --- a/var/classes/fieldcollections/FilterSelectFromMultiSelect.php +++ b/var/classes/fieldcollections/FilterSelectFromMultiSelect.php @@ -7,15 +7,15 @@ * - scriptPath [input] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'FilterSelectFromMultiSelect', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractFilterDefinitionType', 'implementsInterfaces' => '', 'title' => '', 'group' => 'FilterTypes', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -26,158 +26,140 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', 'title' => 'Select From MultiSelect', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => '
Filter SelectFromMultiSelect
​Single selection filter for multi select fields. ', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'label', 'title' => 'Label', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( + 2 => + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelection::__set_state(array( 'name' => 'field', 'title' => 'Field', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'indexFieldSelection', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => - array ( - ), - 'queryColumnType' => + 'blockedVarsForExport' => array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', - ), - 'columnType' => - array ( - 'tenant' => 'varchar(100)', - 'field' => 'varchar(200)', - 'preSelect' => 'text', ), 'width' => 400, 'considerTenants' => true, 'multiPreSelect' => 'remote_single', - 'filterGroups' => + 'filterGroups' => array ( 0 => 'multiselect', ), - 'predefinedPreSelectOptions' => + 'predefinedPreSelectOptions' => array ( ), )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'scriptPath', 'title' => 'Script Path', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -189,7 +171,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -199,8 +181,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/NewsCars.php b/var/classes/fieldcollections/NewsCars.php index f70ac6da..30471a86 100644 --- a/var/classes/fieldcollections/NewsCars.php +++ b/var/classes/fieldcollections/NewsCars.php @@ -7,157 +7,152 @@ * - relatedCars [manyToManyObjectRelation] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'NewsCars', 'parentClass' => '', - 'implementsInterfaces' => NULL, + 'implementsInterfaces' => '', 'title' => '', 'group' => 'News', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'title', 'title' => 'Title', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => false, - 'tabPosition' => NULL, + 'tabPosition' => 'top', 'hideLabelsWhenTabsReached' => NULL, - 'referencedFields' => + 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, 'permissionView' => NULL, 'permissionEdit' => NULL, 'labelWidth' => 0, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'relatedCars', 'title' => 'Related Cars', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'manyToManyObjectRelation', + 'fieldtype' => '', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'classes' => + 'classes' => array ( - 0 => + 0 => array ( 'classes' => 'Car', ), ), + 'displayMode' => NULL, 'pathFormatterClass' => '', - 'width' => '', - 'height' => '', 'maxItems' => NULL, 'visibleFields' => 'id,key,name,manufacturer', 'allowToCreateNewObject' => true, + 'allowToClearRelation' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, - 'visibleFieldDefinitions' => + 'visibleFieldDefinitions' => array ( ), + 'width' => '', + 'height' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -169,7 +164,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -179,8 +174,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/NewsLinks.php b/var/classes/fieldcollections/NewsLinks.php index 5c1e3a18..0bad4201 100644 --- a/var/classes/fieldcollections/NewsLinks.php +++ b/var/classes/fieldcollections/NewsLinks.php @@ -8,133 +8,126 @@ * -- link [link] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'NewsLinks', 'parentClass' => '', - 'implementsInterfaces' => NULL, + 'implementsInterfaces' => '', 'title' => '', 'group' => 'News', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'title', 'title' => 'Title', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => false, - 'tabPosition' => NULL, + 'tabPosition' => 'top', 'hideLabelsWhenTabsReached' => NULL, - 'referencedFields' => + 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, 'permissionView' => NULL, 'permissionEdit' => NULL, 'labelWidth' => 0, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Block::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Block::__set_state(array( 'name' => 'links', 'title' => 'Links', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'block', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'lazyLoading' => false, @@ -144,39 +137,41 @@ 'collapsed' => false, 'maxItems' => NULL, 'styleElement' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Link::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Link::__set_state(array( 'name' => 'link', 'title' => 'Link', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'link', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), + 'allowedTypes' => NULL, + 'allowedTargets' => NULL, + 'disabledFields' => NULL, )), ), 'layout' => NULL, - 'referencedFields' => + 'referencedFields' => array ( ), 'fieldDefinitionsCache' => NULL, )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -188,7 +183,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -198,8 +193,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/NewsText.php b/var/classes/fieldcollections/NewsText.php index 2fff8f9b..45f0436c 100644 --- a/var/classes/fieldcollections/NewsText.php +++ b/var/classes/fieldcollections/NewsText.php @@ -6,113 +6,107 @@ * -- text [wysiwyg] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'NewsText', 'parentClass' => '', - 'implementsInterfaces' => NULL, + 'implementsInterfaces' => '', 'title' => '', 'group' => 'News', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Wysiwyg::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Wysiwyg::__set_state(array( 'name' => 'text', 'title' => 'Text', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'wysiwyg', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => '', - 'height' => '', 'toolbarConfig' => '', 'excludeFromSearchIndex' => false, 'maxCharacters' => 0, + 'height' => '', + 'width' => '', )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, 'provideSplitView' => false, - 'tabPosition' => NULL, + 'tabPosition' => 'top', 'hideLabelsWhenTabsReached' => NULL, - 'referencedFields' => + 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, 'permissionView' => NULL, 'permissionEdit' => NULL, 'labelWidth' => 0, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -124,7 +118,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -134,8 +128,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/OrderByFields.php b/var/classes/fieldcollections/OrderByFields.php index 2968b427..aeb68e3e 100644 --- a/var/classes/fieldcollections/OrderByFields.php +++ b/var/classes/fieldcollections/OrderByFields.php @@ -6,15 +6,15 @@ * - direction [select] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'OrderByFields', 'parentClass' => '', 'implementsInterfaces' => '', 'title' => '', 'group' => 'Filter Definition', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -25,11 +25,10 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', @@ -41,181 +40,179 @@ 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelectionCombo::__set_state(array( + 0 => + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelectionCombo::__set_state(array( 'name' => 'field', 'title' => 'Field', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', 'fieldtype' => 'indexFieldSelectionCombo', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'options' => + 'options' => array ( - 0 => + 0 => array ( 'key' => 'categoryIds', 'value' => 'categoryIds', ), - 1 => + 1 => array ( 'key' => 'name', 'value' => 'name', ), - 2 => + 2 => array ( 'key' => 'seoname', 'value' => 'seoname', ), - 3 => + 3 => array ( 'key' => 'description', 'value' => 'description', ), - 4 => + 4 => array ( 'key' => 'ean', 'value' => 'ean', ), - 5 => + 5 => array ( 'key' => 'artno', 'value' => 'artno', ), - 6 => + 6 => array ( 'key' => 'gender', 'value' => 'gender', ), - 7 => + 7 => array ( 'key' => 'color', 'value' => 'color', ), - 8 => + 8 => array ( 'key' => 'size', 'value' => 'size', ), - 9 => + 9 => array ( 'key' => 'price', 'value' => 'price', ), - 10 => + 10 => array ( 'key' => 'foottype', 'value' => 'foottype', ), - 11 => + 11 => array ( 'key' => 'gaittype', 'value' => 'gaittype', ), - 12 => + 12 => array ( 'key' => 'fittings', 'value' => 'fittings', ), - 13 => + 13 => array ( 'key' => 'zips', 'value' => 'zips', ), - 14 => + 14 => array ( 'key' => 'approvals', 'value' => 'approvals', ), - 15 => + 15 => array ( 'key' => 'rating', 'value' => 'rating', ), - 16 => + 16 => array ( 'key' => 'features', 'value' => 'features', ), - 17 => + 17 => array ( 'key' => 'attributes', 'value' => 'attributes', ), - 18 => + 18 => array ( 'key' => 'technologies', 'value' => 'technologies', ), ), - 'width' => 300, 'defaultValue' => NULL, 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 300, 'specificPriceField' => false, 'showAllFields' => false, 'considerTenants' => true, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'direction', 'title' => 'Direction', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'options' => + 'options' => array ( - 0 => + 0 => array ( 'key' => 'asc', 'value' => 'asc', ), - 1 => + 1 => array ( 'key' => 'desc', 'value' => 'desc', ), ), - 'width' => 500, 'defaultValue' => '', 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 500, )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -227,7 +224,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -237,8 +234,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/OrderPriceModifications.php b/var/classes/fieldcollections/OrderPriceModifications.php index 28deb4cb..ac6c3597 100644 --- a/var/classes/fieldcollections/OrderPriceModifications.php +++ b/var/classes/fieldcollections/OrderPriceModifications.php @@ -8,15 +8,15 @@ * - amount [numeric] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'OrderPriceModifications', 'parentClass' => '', 'implementsInterfaces' => '', 'title' => '', 'group' => 'Order Details', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -27,11 +27,10 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => '', @@ -42,61 +41,57 @@ 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'name', 'title' => 'Name', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 300, 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'netAmount', 'title' => 'NetAmount', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -105,29 +100,28 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 300, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'pricingRuleId', 'title' => 'Applied pricing rule ID', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'integer' => true, 'unsigned' => false, @@ -136,29 +130,28 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => NULL, 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'amount', 'title' => 'Amount', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -167,11 +160,12 @@ 'unique' => false, 'decimalSize' => 19, 'decimalPrecision' => 4, + 'width' => 300, 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -183,7 +177,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -193,8 +187,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/PaymentInfo.php b/var/classes/fieldcollections/PaymentInfo.php index 6c423b19..e64850d5 100644 --- a/var/classes/fieldcollections/PaymentInfo.php +++ b/var/classes/fieldcollections/PaymentInfo.php @@ -13,15 +13,15 @@ * - provider_paypal_PaymentType [input] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'PaymentInfo', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractPaymentInformation', 'implementsInterfaces' => '', 'title' => '', 'group' => 'Order Details', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -32,336 +32,322 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( 'name' => 'paymentStart', 'title' => 'Payment Start', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'datetime', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'queryColumnType' => 'bigint(20)', - 'columnType' => 'bigint(20)', 'defaultValue' => NULL, 'useCurrentDate' => false, + 'columnType' => 'bigint(20)', 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array( 'name' => 'paymentFinish', 'title' => 'Payment Finish', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'datetime', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'queryColumnType' => 'bigint(20)', - 'columnType' => 'bigint(20)', 'defaultValue' => NULL, 'useCurrentDate' => false, + 'columnType' => 'bigint(20)', 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'paymentReference', 'title' => 'Payment Reference', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 500, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 500, 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'paymentState', 'title' => 'Payment State', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'options' => + 'options' => array ( - 0 => + 0 => array ( 'key' => 'Committed', 'value' => 'committed', ), - 1 => + 1 => array ( 'key' => 'Cancelled', 'value' => 'cancelled', ), - 2 => + 2 => array ( 'key' => 'Payment Init', 'value' => 'paymentInit', ), - 3 => + 3 => array ( 'key' => 'Payment Pending', 'value' => 'paymentPending', ), - 4 => + 4 => array ( 'key' => 'Payment Authorized', 'value' => 'paymentAuthorized', ), - 5 => + 5 => array ( 'key' => 'Aborted', 'value' => 'aborted', ), - 6 => + 6 => array ( 'key' => 'Aborted but Response Received', 'value' => 'abortedButResponseReceived', ), ), - 'width' => 500, 'defaultValue' => '', 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 500, )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'internalPaymentId', 'title' => 'Internal Payment ID', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 500, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 500, 'defaultValueGenerator' => '', )), - 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( + 5 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( 'name' => 'message', 'title' => 'Message', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'textarea', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 500, - 'height' => 100, 'maxLength' => NULL, 'showCharCount' => false, 'excludeFromSearchIndex' => false, + 'height' => 100, + 'width' => 500, )), - 6 => - Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( + 6 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( 'name' => 'providerData', 'title' => 'Provider Data', 'tooltip' => 'JSON', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'textarea', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 500, - 'height' => 200, 'maxLength' => NULL, 'showCharCount' => false, 'excludeFromSearchIndex' => false, + 'height' => 200, + 'width' => 500, )), - 7 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + 7 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'additionalDataPaypal', 'type' => NULL, 'region' => '', 'title' => 'Additional Paypal Data', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => true, 'collapsed' => true, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'provider_paypal_amount', 'title' => 'Amount', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'provider_paypal_PaymentType', 'title' => 'Payment Type', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 500, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 500, 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'fieldset', @@ -370,7 +356,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -382,7 +368,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -392,8 +378,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/PricingRule.php b/var/classes/fieldcollections/PricingRule.php index d31fbdd1..a97951cc 100644 --- a/var/classes/fieldcollections/PricingRule.php +++ b/var/classes/fieldcollections/PricingRule.php @@ -7,15 +7,15 @@ * -- name [input] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'PricingRule', 'parentClass' => '', 'implementsInterfaces' => '', 'title' => '', 'group' => 'Order Details', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -26,45 +26,41 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'ruleId', 'title' => 'Rule Id', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 100, 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -73,81 +69,80 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 100, 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'name', 'title' => 'Name', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 300, 'defaultValueGenerator' => '', )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, - 'provideSplitView' => NULL, + 'provideSplitView' => false, 'tabPosition' => 'top', 'hideLabelsWhenTabsReached' => NULL, - 'referencedFields' => + 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, + 'permissionView' => NULL, + 'permissionEdit' => NULL, 'labelWidth' => 0, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -159,7 +154,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -169,8 +164,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/SimilarityField.php b/var/classes/fieldcollections/SimilarityField.php index 2d71a86d..fef608c6 100644 --- a/var/classes/fieldcollections/SimilarityField.php +++ b/var/classes/fieldcollections/SimilarityField.php @@ -6,15 +6,15 @@ * - weight [numeric] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'SimilarityField', 'parentClass' => '', 'implementsInterfaces' => '', 'title' => '', 'group' => 'Filter Definition', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -25,11 +25,10 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => '', 'region' => '', @@ -41,158 +40,155 @@ 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => '', - 'children' => + 'children' => array ( - 0 => - Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelectionCombo::__set_state(array( + 0 => + \Pimcore\Bundle\EcommerceFrameworkBundle\CoreExtensions\ClassDefinition\IndexFieldSelectionCombo::__set_state(array( 'name' => 'field', 'title' => 'Field', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', 'fieldtype' => 'indexFieldSelectionCombo', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'options' => + 'options' => array ( - 0 => + 0 => array ( 'key' => 'categoryIds', 'value' => 'categoryIds', ), - 1 => + 1 => array ( 'key' => 'name', 'value' => 'name', ), - 2 => + 2 => array ( 'key' => 'seoname', 'value' => 'seoname', ), - 3 => + 3 => array ( 'key' => 'description', 'value' => 'description', ), - 4 => + 4 => array ( 'key' => 'ean', 'value' => 'ean', ), - 5 => + 5 => array ( 'key' => 'artno', 'value' => 'artno', ), - 6 => + 6 => array ( 'key' => 'gender', 'value' => 'gender', ), - 7 => + 7 => array ( 'key' => 'color', 'value' => 'color', ), - 8 => + 8 => array ( 'key' => 'size', 'value' => 'size', ), - 9 => + 9 => array ( 'key' => 'price', 'value' => 'price', ), - 10 => + 10 => array ( 'key' => 'foottype', 'value' => 'foottype', ), - 11 => + 11 => array ( 'key' => 'gaittype', 'value' => 'gaittype', ), - 12 => + 12 => array ( 'key' => 'fittings', 'value' => 'fittings', ), - 13 => + 13 => array ( 'key' => 'zips', 'value' => 'zips', ), - 14 => + 14 => array ( 'key' => 'approvals', 'value' => 'approvals', ), - 15 => + 15 => array ( 'key' => 'rating', 'value' => 'rating', ), - 16 => + 16 => array ( 'key' => 'features', 'value' => 'features', ), - 17 => + 17 => array ( 'key' => 'attributes', 'value' => 'attributes', ), - 18 => + 18 => array ( 'key' => 'technologies', 'value' => 'technologies', ), ), - 'width' => 300, 'defaultValue' => NULL, 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 300, 'specificPriceField' => false, 'showAllFields' => true, 'considerTenants' => true, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'weight', 'title' => 'Weight', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => '', - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 300, 'defaultValue' => 1, 'integer' => false, 'unsigned' => false, @@ -201,11 +197,12 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 300, 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -217,7 +214,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -227,8 +224,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/TaxEntry.php b/var/classes/fieldcollections/TaxEntry.php index c75c3952..b567cadf 100644 --- a/var/classes/fieldcollections/TaxEntry.php +++ b/var/classes/fieldcollections/TaxEntry.php @@ -7,15 +7,15 @@ * - percent [numeric] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'TaxEntry', 'parentClass' => '', 'implementsInterfaces' => '', 'title' => '', 'group' => '', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, @@ -26,115 +26,109 @@ 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array( 'name' => 'localizedfields', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => NULL, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'localizedfields', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'name', 'title' => 'Name', 'tooltip' => '', 'mandatory' => true, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), ), 'region' => NULL, 'layout' => NULL, - 'width' => '', - 'height' => '', 'maxTabs' => NULL, 'border' => false, - 'provideSplitView' => NULL, + 'provideSplitView' => false, 'tabPosition' => 'top', 'hideLabelsWhenTabsReached' => NULL, - 'referencedFields' => + 'referencedFields' => array ( ), - 'fieldDefinitionsCache' => NULL, + 'permissionView' => NULL, + 'permissionEdit' => NULL, 'labelWidth' => 0, 'labelAlign' => 'left', + 'fieldDefinitionsCache' => NULL, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'percent', 'title' => 'Tax Rate in Percent', 'tooltip' => '', 'mandatory' => true, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => '', 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -143,11 +137,12 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => '', 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -159,7 +154,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -169,8 +164,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/VoucherTokenTypePattern.php b/var/classes/fieldcollections/VoucherTokenTypePattern.php index 543927cb..b117189e 100644 --- a/var/classes/fieldcollections/VoucherTokenTypePattern.php +++ b/var/classes/fieldcollections/VoucherTokenTypePattern.php @@ -12,30 +12,29 @@ * - onlyTokenPerCart [checkbox] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'VoucherTokenTypePattern', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractVoucherTokenType', - 'implementsInterfaces' => NULL, + 'implementsInterfaces' => '', 'title' => '', 'group' => 'Voucher', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => '', @@ -46,200 +45,192 @@ 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => 'Generate tokens based on a pattern with specific settings. ', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'general settings', 'type' => NULL, 'region' => '', 'title' => 'General Settings', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '150', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'count', 'title' => 'Token Count', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => true, 'unsigned' => true, - 'minValue' => 1, + 'minValue' => 1.0, 'maxValue' => NULL, 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 400, 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'prefix', 'title' => 'Prefix', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'length', 'title' => 'Length', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'integer' => true, 'unsigned' => true, - 'minValue' => 1, + 'minValue' => 1.0, 'maxValue' => NULL, 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => 400, 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'characterType', 'title' => 'Character Type', 'tooltip' => '', 'mandatory' => true, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'options' => + 'options' => array ( - 0 => + 0 => array ( 'key' => 'Alpha', 'value' => 'alpha', ), - 1 => + 1 => array ( 'key' => 'Numeric', 'value' => 'numeric', ), - 2 => + 2 => array ( 'key' => 'Alpha-Numeric', 'value' => 'alphaNumeric', ), ), - 'width' => 400, 'defaultValue' => '', 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => 400, )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'fieldset', 'labelWidth' => 100, 'labelAlign' => 'left', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'additionals', 'type' => NULL, 'region' => '', @@ -250,112 +241,107 @@ 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'separator', 'title' => 'Separator', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '^[\\-|\\.|\\#|\\,|\\/|\\+\\_]{1}$', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'separatorCount', 'title' => 'Every x character ', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => 4, 'integer' => false, 'unsigned' => true, - 'minValue' => 1, + 'minValue' => 1.0, 'maxValue' => NULL, 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => 0, + 'width' => 400, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'allowOncePerCart', 'title' => 'Only allow one token of this type per cart', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'onlyTokenPerCart', 'title' => 'Only token of a cart', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, @@ -363,7 +349,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'fieldset', @@ -372,7 +358,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -384,7 +370,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -394,8 +380,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/fieldcollections/VoucherTokenTypeSingle.php b/var/classes/fieldcollections/VoucherTokenTypeSingle.php index 51fa1f6a..91b0129e 100644 --- a/var/classes/fieldcollections/VoucherTokenTypeSingle.php +++ b/var/classes/fieldcollections/VoucherTokenTypeSingle.php @@ -7,149 +7,142 @@ * - onlyTokenPerCart [checkbox] */ -return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array( 'dao' => NULL, 'key' => 'VoucherTokenTypeSingle', 'parentClass' => '\\Pimcore\\Bundle\\EcommerceFrameworkBundle\\Model\\AbstractVoucherTokenType', - 'implementsInterfaces' => NULL, + 'implementsInterfaces' => '', 'title' => '', 'group' => 'Voucher', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => 'Single', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => 'padding: 10px; background-color: #d9edf7; border-color: #bce8f1 !important; color: #31708f;', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => 'Specify one single token and allow usage of this token multiple times. ', - 'renderingClass' => NULL, - 'renderingData' => NULL, + 'renderingClass' => '', 'border' => false, )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'token', 'title' => 'Token', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 500, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '^((?!\\s).)*$', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 500, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'usages', 'title' => 'Usage count', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 500, 'defaultValue' => 1, 'integer' => false, 'unsigned' => true, - 'minValue' => 1, + 'minValue' => 1.0, 'maxValue' => NULL, 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => 0, + 'width' => 500, 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'onlyTokenPerCart', 'title' => 'Only token of a cart', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'checkbox', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, @@ -157,7 +150,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -169,7 +162,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -179,8 +172,8 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), )); diff --git a/var/classes/objectbricks/Bodywork.php b/var/classes/objectbricks/Bodywork.php index df5377ff..1988f1ab 100644 --- a/var/classes/objectbricks/Bodywork.php +++ b/var/classes/objectbricks/Bodywork.php @@ -7,64 +7,60 @@ * - cargoCapacity [quantityValue] */ -return Pimcore\Model\DataObject\Objectbrick\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Objectbrick\Definition::__set_state(array( 'dao' => NULL, 'key' => 'Bodywork', 'parentClass' => '', - 'implementsInterfaces' => NULL, + 'implementsInterfaces' => '', 'title' => '', 'group' => '', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'numberOfDoors', 'title' => 'Number Of Doors', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => '', 'defaultValue' => NULL, 'integer' => true, 'unsigned' => true, @@ -73,29 +69,28 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => '', 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'numberOfSeats', 'title' => 'Number Of Seats', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => '', 'defaultValue' => NULL, 'integer' => true, 'unsigned' => true, @@ -104,49 +99,48 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => '', 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( 'name' => 'cargoCapacity', 'title' => 'Cargo Capacity', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'quantityValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, - 'unitWidth' => NULL, - 'defaultValue' => NULL, 'defaultUnit' => '4', - 'validUnits' => + 'validUnits' => array ( 0 => '4', ), + 'unique' => false, + 'autoConvert' => false, + 'defaultValueGenerator' => '', + 'width' => NULL, + 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, 'minValue' => NULL, 'maxValue' => NULL, - 'unique' => NULL, 'decimalSize' => NULL, 'decimalPrecision' => NULL, - 'autoConvert' => false, - 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -158,7 +152,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -168,13 +162,13 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), - 'classDefinitions' => + 'classDefinitions' => array ( - 0 => + 0 => array ( 'classname' => 'Car', 'fieldname' => 'attributes', diff --git a/var/classes/objectbricks/Dimensions.php b/var/classes/objectbricks/Dimensions.php index 1f04ea0e..14574f8b 100644 --- a/var/classes/objectbricks/Dimensions.php +++ b/var/classes/objectbricks/Dimensions.php @@ -8,198 +8,188 @@ * - weight [quantityValue] */ -return Pimcore\Model\DataObject\Objectbrick\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Objectbrick\Definition::__set_state(array( 'dao' => NULL, 'key' => 'Dimensions', 'parentClass' => '', - 'implementsInterfaces' => NULL, + 'implementsInterfaces' => '', 'title' => '', 'group' => '', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( 'name' => 'length', 'title' => 'Length', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'quantityValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, - 'unitWidth' => NULL, - 'defaultValue' => NULL, 'defaultUnit' => '1', - 'validUnits' => + 'validUnits' => array ( 0 => '1', ), + 'unique' => false, + 'autoConvert' => false, + 'defaultValueGenerator' => '', + 'width' => NULL, + 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, 'minValue' => NULL, 'maxValue' => NULL, - 'unique' => NULL, 'decimalSize' => NULL, 'decimalPrecision' => NULL, - 'autoConvert' => false, - 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( 'name' => 'width', 'title' => 'Width', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'quantityValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, - 'unitWidth' => NULL, - 'defaultValue' => NULL, 'defaultUnit' => '1', - 'validUnits' => + 'validUnits' => array ( 0 => '1', ), + 'unique' => false, + 'autoConvert' => false, + 'defaultValueGenerator' => '', + 'width' => NULL, + 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, 'minValue' => NULL, 'maxValue' => NULL, - 'unique' => NULL, 'decimalSize' => NULL, 'decimalPrecision' => NULL, - 'autoConvert' => false, - 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( 'name' => 'wheelbase', 'title' => 'Wheelbase', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'quantityValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, - 'unitWidth' => NULL, - 'defaultValue' => NULL, 'defaultUnit' => '1', - 'validUnits' => + 'validUnits' => array ( 0 => '1', ), + 'unique' => false, + 'autoConvert' => false, + 'defaultValueGenerator' => '', + 'width' => NULL, + 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, 'minValue' => NULL, 'maxValue' => NULL, - 'unique' => NULL, 'decimalSize' => NULL, 'decimalPrecision' => NULL, - 'autoConvert' => false, - 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( 'name' => 'weight', 'title' => 'Weight', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'quantityValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, - 'unitWidth' => NULL, - 'defaultValue' => NULL, 'defaultUnit' => '3', - 'validUnits' => + 'validUnits' => array ( 0 => '3', ), + 'unique' => false, + 'autoConvert' => false, + 'defaultValueGenerator' => '', + 'width' => NULL, + 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, 'minValue' => NULL, 'maxValue' => NULL, - 'unique' => NULL, 'decimalSize' => NULL, 'decimalPrecision' => NULL, - 'autoConvert' => false, - 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -211,7 +201,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -221,13 +211,13 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), - 'classDefinitions' => + 'classDefinitions' => array ( - 0 => + 0 => array ( 'classname' => 'Car', 'fieldname' => 'attributes', diff --git a/var/classes/objectbricks/Engine.php b/var/classes/objectbricks/Engine.php index e68ca8f3..675a08de 100644 --- a/var/classes/objectbricks/Engine.php +++ b/var/classes/objectbricks/Engine.php @@ -8,64 +8,60 @@ * - engineLocation [select] */ -return Pimcore\Model\DataObject\Objectbrick\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Objectbrick\Definition::__set_state(array( 'dao' => NULL, 'key' => 'Engine', 'parentClass' => '', - 'implementsInterfaces' => NULL, + 'implementsInterfaces' => '', 'title' => '', 'group' => '', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'cylinders', 'title' => 'Cylinders', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => '', 'defaultValue' => NULL, 'integer' => true, 'unsigned' => true, @@ -74,133 +70,129 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => '', 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( 'name' => 'capacity', 'title' => 'Capacity', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'quantityValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, - 'unitWidth' => NULL, - 'defaultValue' => NULL, 'defaultUnit' => '5', - 'validUnits' => + 'validUnits' => array ( 0 => '5', ), + 'unique' => false, + 'autoConvert' => false, + 'defaultValueGenerator' => '', + 'width' => NULL, + 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, 'minValue' => NULL, 'maxValue' => NULL, - 'unique' => NULL, 'decimalSize' => NULL, 'decimalPrecision' => NULL, - 'autoConvert' => false, - 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( 'name' => 'power', 'title' => 'Power', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'quantityValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, - 'unitWidth' => NULL, - 'defaultValue' => NULL, 'defaultUnit' => '6', - 'validUnits' => + 'validUnits' => array ( 0 => '6', ), + 'unique' => false, + 'autoConvert' => false, + 'defaultValueGenerator' => '', + 'width' => NULL, + 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, 'minValue' => NULL, 'maxValue' => NULL, - 'unique' => NULL, 'decimalSize' => NULL, 'decimalPrecision' => NULL, - 'autoConvert' => false, - 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'engineLocation', 'title' => 'Engine Location', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'options' => + 'options' => array ( - 0 => + 0 => array ( 'key' => 'front', 'value' => 'front', ), - 1 => + 1 => array ( 'key' => 'back', 'value' => 'back', ), - 2 => + 2 => array ( 'key' => 'middle', 'value' => 'middle', ), ), - 'width' => '', 'defaultValue' => '', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -212,7 +204,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -222,13 +214,13 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), - 'classDefinitions' => + 'classDefinitions' => array ( - 0 => + 0 => array ( 'classname' => 'Car', 'fieldname' => 'attributes', diff --git a/var/classes/objectbricks/PaymentProviderPayPalSmartButton.php b/var/classes/objectbricks/PaymentProviderPayPalSmartButton.php index a0487eea..24dc742c 100644 --- a/var/classes/objectbricks/PaymentProviderPayPalSmartButton.php +++ b/var/classes/objectbricks/PaymentProviderPayPalSmartButton.php @@ -10,232 +10,224 @@ * - auth_surname [input] */ -return Pimcore\Model\DataObject\Objectbrick\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Objectbrick\Definition::__set_state(array( 'dao' => NULL, 'key' => 'PaymentProviderPayPalSmartButton', 'parentClass' => '', - 'implementsInterfaces' => NULL, + 'implementsInterfaces' => '', 'title' => '', 'group' => 'PaymentProvider', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'configurationKey', 'title' => 'Configuration Key', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => NULL, 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'auth_orderID', 'title' => 'OrderID', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'auth_payerID', 'title' => 'PayerID', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'auth_email_address', 'title' => 'Email Address', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'auth_given_name', 'title' => 'Given Name', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), - 5 => - Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( + 5 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'auth_surname', 'title' => 'Surname', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'input', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 255, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, + 'width' => 400, 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -247,7 +239,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -257,13 +249,13 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => false, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), - 'classDefinitions' => + 'classDefinitions' => array ( - 0 => + 0 => array ( 'classname' => 'OnlineShopOrder', 'fieldname' => 'paymentProvider', diff --git a/var/classes/objectbricks/SaleInformation.php b/var/classes/objectbricks/SaleInformation.php index 5c45ab26..7f790c8e 100644 --- a/var/classes/objectbricks/SaleInformation.php +++ b/var/classes/objectbricks/SaleInformation.php @@ -9,64 +9,60 @@ * - milage [quantityValue] */ -return Pimcore\Model\DataObject\Objectbrick\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Objectbrick\Definition::__set_state(array( 'dao' => NULL, 'key' => 'SaleInformation', 'parentClass' => '', - 'implementsInterfaces' => NULL, + 'implementsInterfaces' => '', 'title' => '', 'group' => '', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'availabilityPieces', 'title' => 'Availability Pieces', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => '', 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, @@ -75,178 +71,174 @@ 'unique' => false, 'decimalSize' => NULL, 'decimalPrecision' => NULL, + 'width' => '', 'defaultValueGenerator' => '', )), - 1 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + 1 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'availabilityType', 'title' => 'Availability Type', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'options' => + 'options' => array ( - 0 => + 0 => array ( 'key' => 'couple-weeks', 'value' => 'couple-weeks', ), - 1 => + 1 => array ( 'key' => 'couple-days', 'value' => 'couple-days', ), - 2 => + 2 => array ( 'key' => 'instant', 'value' => 'instant', ), ), - 'width' => '', 'defaultValue' => '', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => '', )), - 2 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + 2 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'condition', 'title' => 'Condition', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'options' => + 'options' => array ( - 0 => + 0 => array ( 'key' => 'broken', 'value' => 'broken', ), - 1 => + 1 => array ( 'key' => 'reworked', 'value' => 'reworked', ), - 2 => + 2 => array ( 'key' => 'used', 'value' => 'used', ), - 3 => + 3 => array ( 'key' => 'new', 'value' => 'new', ), ), - 'width' => '', 'defaultValue' => '', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => '', )), - 3 => - Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( + 3 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array( 'name' => 'priceInEUR', 'title' => 'Price in EUR', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'numeric', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => '', 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, - 'minValue' => 0, + 'minValue' => 0.0, 'maxValue' => NULL, 'unique' => false, 'decimalSize' => 10, 'decimalPrecision' => 2, + 'width' => '', 'defaultValueGenerator' => '', )), - 4 => - Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( + 4 => + \Pimcore\Model\DataObject\ClassDefinition\Data\QuantityValue::__set_state(array( 'name' => 'milage', 'title' => 'Milage', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'quantityValue', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'width' => NULL, - 'unitWidth' => NULL, - 'defaultValue' => NULL, 'defaultUnit' => '7', - 'validUnits' => + 'validUnits' => array ( 0 => '8', 1 => '7', ), + 'unique' => false, + 'autoConvert' => false, + 'defaultValueGenerator' => '', + 'width' => NULL, + 'defaultValue' => NULL, 'integer' => false, 'unsigned' => false, 'minValue' => NULL, 'maxValue' => NULL, - 'unique' => NULL, 'decimalSize' => NULL, 'decimalPrecision' => NULL, - 'autoConvert' => false, - 'defaultValueGenerator' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -258,7 +250,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -268,18 +260,18 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), - 'classDefinitions' => + 'classDefinitions' => array ( - 0 => + 0 => array ( 'classname' => 'Car', 'fieldname' => 'saleInformation', ), - 1 => + 1 => array ( 'classname' => 'AccessoryPart', 'fieldname' => 'saleInformation', diff --git a/var/classes/objectbricks/Transmission.php b/var/classes/objectbricks/Transmission.php index da0cd361..ee08ede2 100644 --- a/var/classes/objectbricks/Transmission.php +++ b/var/classes/objectbricks/Transmission.php @@ -5,92 +5,89 @@ * - wheelDrive [select] */ -return Pimcore\Model\DataObject\Objectbrick\Definition::__set_state(array( +return \Pimcore\Model\DataObject\Objectbrick\Definition::__set_state(array( 'dao' => NULL, 'key' => 'Transmission', 'parentClass' => '', - 'implementsInterfaces' => NULL, + 'implementsInterfaces' => '', 'title' => '', 'group' => '', - 'layoutDefinitions' => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 'layoutDefinitions' => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => NULL, 'type' => NULL, 'region' => NULL, 'title' => NULL, - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', - 'width' => NULL, - 'height' => NULL, + 'width' => 0, + 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', - 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => - Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( + 0 => + \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'wheelDrive', 'title' => 'Wheel Drive', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, - 'index' => null, + 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, - 'datatype' => 'data', - 'fieldtype' => 'select', + 'fieldtype' => '', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'options' => + 'options' => array ( - 0 => + 0 => array ( 'key' => 'front-wheel-drive', 'value' => 'front-wheel-drive', ), - 1 => + 1 => array ( 'key' => 'rear-wheel-drive', 'value' => 'rear-wheel-drive', ), - 2 => + 2 => array ( 'key' => 'all-wheel-drive', 'value' => 'all-wheel-drive', ), ), - 'width' => '', 'defaultValue' => '', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', + 'width' => '', )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -102,7 +99,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -112,13 +109,13 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 'generateTypeDeclarations' => true, - 'blockedVarsForExport' => + 'fieldDefinitionsCache' => NULL, + 'blockedVarsForExport' => array ( ), - 'classDefinitions' => + 'classDefinitions' => array ( - 0 => + 0 => array ( 'classname' => 'Car', 'fieldname' => 'attributes',