diff --git a/dump/data-0-bootstrap.sql b/dump/data-0-bootstrap.sql index fd1c7b32..9e108313 100644 --- a/dump/data-0-bootstrap.sql +++ b/dump/data-0-bootstrap.sql @@ -211,36 +211,6 @@ CREATE TABLE `object_brick_query_Engine_CAR` ( -DROP TABLE IF EXISTS `object_brick_query_OAuth1Token_3`; -CREATE TABLE `object_brick_query_OAuth1Token_3` ( - `id` int(10) unsigned NOT NULL DEFAULT 0, - `fieldname` varchar(190) NOT NULL DEFAULT '', - `token` longtext DEFAULT NULL, - `tokenSecret` longtext DEFAULT NULL, - PRIMARY KEY (`id`,`fieldname`), - KEY `id` (`id`), - KEY `fieldname` (`fieldname`), - CONSTRAINT `fk_object_brick_query_OAuth1Token_3__id` FOREIGN KEY (`id`) REFERENCES `objects` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; - - - -DROP TABLE IF EXISTS `object_brick_query_OAuth2Token_3`; -CREATE TABLE `object_brick_query_OAuth2Token_3` ( - `id` int(10) unsigned NOT NULL DEFAULT 0, - `fieldname` varchar(190) NOT NULL DEFAULT '', - `accessToken` longtext DEFAULT NULL, - `tokenType` varchar(190) DEFAULT NULL, - `expiresAt` varchar(190) DEFAULT NULL, - `refreshToken` longtext DEFAULT NULL, - `scope` varchar(190) DEFAULT NULL, - PRIMARY KEY (`id`,`fieldname`), - KEY `id` (`id`), - KEY `fieldname` (`fieldname`), - CONSTRAINT `fk_object_brick_query_OAuth2Token_3__id` FOREIGN KEY (`id`) REFERENCES `objects` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; - - DROP TABLE IF EXISTS `object_brick_query_PaymentProviderPayPalSmartButton_EF_OSO`; CREATE TABLE `object_brick_query_PaymentProviderPayPalSmartButton_EF_OSO` ( @@ -363,37 +333,6 @@ CREATE TABLE `object_brick_store_Engine_CAR` ( -DROP TABLE IF EXISTS `object_brick_store_OAuth1Token_3`; -CREATE TABLE `object_brick_store_OAuth1Token_3` ( - `id` int(10) unsigned NOT NULL DEFAULT 0, - `fieldname` varchar(190) NOT NULL DEFAULT '', - `token` longtext DEFAULT NULL, - `tokenSecret` longtext DEFAULT NULL, - PRIMARY KEY (`id`,`fieldname`), - KEY `id` (`id`), - KEY `fieldname` (`fieldname`), - CONSTRAINT `fk_object_brick_store_OAuth1Token_3__id` FOREIGN KEY (`id`) REFERENCES `objects` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; - - - -DROP TABLE IF EXISTS `object_brick_store_OAuth2Token_3`; -CREATE TABLE `object_brick_store_OAuth2Token_3` ( - `id` int(10) unsigned NOT NULL DEFAULT 0, - `fieldname` varchar(190) NOT NULL DEFAULT '', - `accessToken` longtext DEFAULT NULL, - `tokenType` varchar(190) DEFAULT NULL, - `expiresAt` varchar(190) DEFAULT NULL, - `refreshToken` longtext DEFAULT NULL, - `scope` varchar(190) DEFAULT NULL, - PRIMARY KEY (`id`,`fieldname`), - KEY `id` (`id`), - KEY `fieldname` (`fieldname`), - CONSTRAINT `fk_object_brick_store_OAuth2Token_3__id` FOREIGN KEY (`id`) REFERENCES `objects` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; - - - DROP TABLE IF EXISTS `object_brick_store_PaymentProviderPayPalSmartButton_EF_OSO`; CREATE TABLE `object_brick_store_PaymentProviderPayPalSmartButton_EF_OSO` ( `id` int(11) unsigned NOT NULL DEFAULT 0, @@ -1553,20 +1492,6 @@ CREATE TABLE `object_query_2` ( -DROP TABLE IF EXISTS `object_query_3`; -CREATE TABLE `object_query_3` ( - `oo_id` int(10) unsigned NOT NULL DEFAULT 0, - `oo_classId` varchar(50) DEFAULT '3', - `oo_className` varchar(255) DEFAULT 'SsoIdentity', - `provider` varchar(190) DEFAULT NULL, - `identifier` varchar(190) DEFAULT NULL, - `profileData` longtext DEFAULT NULL, - PRIMARY KEY (`oo_id`), - KEY `p_index_provider` (`provider`), - KEY `p_index_identifier` (`identifier`), - CONSTRAINT `fk_object_query_3__oo_id` FOREIGN KEY (`oo_id`) REFERENCES `objects` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; - DROP TABLE IF EXISTS `object_query_4`; @@ -2009,29 +1934,6 @@ CREATE TABLE `object_relations_2` ( -DROP TABLE IF EXISTS `object_relations_3`; -CREATE TABLE `object_relations_3` ( - `src_id` int(10) unsigned NOT NULL DEFAULT 0, - `dest_id` int(11) NOT NULL DEFAULT 0, - `type` enum('object','asset','document') NOT NULL, - `fieldname` varchar(70) NOT NULL DEFAULT '0', - `index` int(11) unsigned NOT NULL DEFAULT 0, - `ownertype` enum('object','fieldcollection','localizedfield','objectbrick') NOT NULL DEFAULT 'object', - `ownername` varchar(70) NOT NULL DEFAULT '', - `position` varchar(70) NOT NULL DEFAULT '0', - PRIMARY KEY (`src_id`,`dest_id`,`ownertype`,`ownername`,`fieldname`,`type`,`position`,`index`), - KEY `index` (`index`), - KEY `dest_id` (`dest_id`), - KEY `fieldname` (`fieldname`), - KEY `position` (`position`), - KEY `ownertype` (`ownertype`), - KEY `type` (`type`), - KEY `ownername` (`ownername`), - KEY `IDX_BDB61BF3FF529AC` (`src_id`), - CONSTRAINT `fk_object_relations_3__src_id` FOREIGN KEY (`src_id`) REFERENCES `objects` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; - - DROP TABLE IF EXISTS `object_relations_4`; CREATE TABLE `object_relations_4` ( @@ -2518,17 +2420,6 @@ CREATE TABLE `object_store_2` ( -DROP TABLE IF EXISTS `object_store_3`; -CREATE TABLE `object_store_3` ( - `oo_id` int(10) unsigned NOT NULL DEFAULT 0, - `provider` varchar(190) DEFAULT NULL, - `identifier` varchar(190) DEFAULT NULL, - `profileData` longtext DEFAULT NULL, - PRIMARY KEY (`oo_id`), - CONSTRAINT `fk_object_store_3__oo_id` FOREIGN KEY (`oo_id`) REFERENCES `objects` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; - - DROP TABLE IF EXISTS `object_store_4`; CREATE TABLE `object_store_4` ( diff --git a/dump/data-1-object_brick_query_OAuth1Token_3.sql b/dump/data-1-object_brick_query_OAuth1Token_3.sql deleted file mode 100644 index a3c9d421..00000000 --- a/dump/data-1-object_brick_query_OAuth1Token_3.sql +++ /dev/null @@ -1,3 +0,0 @@ - -SET NAMES utf8mb4; - diff --git a/dump/data-1-object_brick_query_OAuth2Token_3.sql b/dump/data-1-object_brick_query_OAuth2Token_3.sql deleted file mode 100644 index a3c9d421..00000000 --- a/dump/data-1-object_brick_query_OAuth2Token_3.sql +++ /dev/null @@ -1,3 +0,0 @@ - -SET NAMES utf8mb4; - diff --git a/dump/data-1-object_brick_store_OAuth1Token_3.sql b/dump/data-1-object_brick_store_OAuth1Token_3.sql deleted file mode 100644 index a3c9d421..00000000 --- a/dump/data-1-object_brick_store_OAuth1Token_3.sql +++ /dev/null @@ -1,3 +0,0 @@ - -SET NAMES utf8mb4; - diff --git a/dump/data-1-object_brick_store_OAuth2Token_3.sql b/dump/data-1-object_brick_store_OAuth2Token_3.sql deleted file mode 100644 index a3c9d421..00000000 --- a/dump/data-1-object_brick_store_OAuth2Token_3.sql +++ /dev/null @@ -1,3 +0,0 @@ - -SET NAMES utf8mb4; - diff --git a/dump/data-1-object_query_3.sql b/dump/data-1-object_query_3.sql deleted file mode 100644 index a3c9d421..00000000 --- a/dump/data-1-object_query_3.sql +++ /dev/null @@ -1,3 +0,0 @@ - -SET NAMES utf8mb4; - diff --git a/dump/data-1-object_relations_3.sql b/dump/data-1-object_relations_3.sql deleted file mode 100644 index a3c9d421..00000000 --- a/dump/data-1-object_relations_3.sql +++ /dev/null @@ -1,3 +0,0 @@ - -SET NAMES utf8mb4; - diff --git a/dump/data-1-object_store_3.sql b/dump/data-1-object_store_3.sql deleted file mode 100644 index a3c9d421..00000000 --- a/dump/data-1-object_store_3.sql +++ /dev/null @@ -1,3 +0,0 @@ - -SET NAMES utf8mb4; - diff --git a/dump/data-2-views.sql b/dump/data-2-views.sql index 43244d7f..6f943914 100644 --- a/dump/data-2-views.sql +++ b/dump/data-2-views.sql @@ -9,9 +9,6 @@ CREATE ALGORITHM=UNDEFINED VIEW `object_1` AS select `object_query_1`.`oo_id` A DROP VIEW IF EXISTS `object_2`; CREATE ALGORITHM=UNDEFINED VIEW `object_2` AS select `object_query_2`.`oo_id` AS `oo_id`,`object_query_2`.`oo_classId` AS `oo_classId`,`object_query_2`.`oo_className` AS `oo_className`,`object_query_2`.`name` AS `name`,`object_query_2`.`group__id` AS `group__id`,`object_query_2`.`group__type` AS `group__type`,`object_query_2`.`reference` AS `reference`,`object_query_2`.`calculated` AS `calculated`,`object_query_2`.`useAsTargetGroup` AS `useAsTargetGroup`,`object_query_2`.`targetGroup` AS `targetGroup`,`objects`.`id` AS `id`,`objects`.`parentId` AS `parentId`,`objects`.`type` AS `type`,`objects`.`key` AS `key`,`objects`.`path` AS `path`,`objects`.`index` AS `index`,`objects`.`published` AS `published`,`objects`.`creationDate` AS `creationDate`,`objects`.`modificationDate` AS `modificationDate`,`objects`.`userOwner` AS `userOwner`,`objects`.`userModification` AS `userModification`,`objects`.`classId` AS `classId`,`objects`.`className` AS `className`,`objects`.`childrenSortBy` AS `childrenSortBy`,`objects`.`childrenSortOrder` AS `childrenSortOrder`,`objects`.`versionCount` AS `versionCount` from (`object_query_2` join `objects` on(`objects`.`id` = `object_query_2`.`oo_id`)); -DROP VIEW IF EXISTS `object_3`; -CREATE ALGORITHM=UNDEFINED VIEW `object_3` AS select `object_query_3`.`oo_id` AS `oo_id`,`object_query_3`.`oo_classId` AS `oo_classId`,`object_query_3`.`oo_className` AS `oo_className`,`object_query_3`.`provider` AS `provider`,`object_query_3`.`identifier` AS `identifier`,`object_query_3`.`profileData` AS `profileData`,`objects`.`id` AS `id`,`objects`.`parentId` AS `parentId`,`objects`.`type` AS `type`,`objects`.`key` AS `key`,`objects`.`path` AS `path`,`objects`.`index` AS `index`,`objects`.`published` AS `published`,`objects`.`creationDate` AS `creationDate`,`objects`.`modificationDate` AS `modificationDate`,`objects`.`userOwner` AS `userOwner`,`objects`.`userModification` AS `userModification`,`objects`.`classId` AS `classId`,`objects`.`className` AS `className`,`objects`.`childrenSortBy` AS `childrenSortBy`,`objects`.`childrenSortOrder` AS `childrenSortOrder`,`objects`.`versionCount` AS `versionCount` from (`object_query_3` join `objects` on(`objects`.`id` = `object_query_3`.`oo_id`)); - DROP VIEW IF EXISTS `object_4`; CREATE ALGORITHM=UNDEFINED VIEW `object_4` AS select `object_query_4`.`oo_id` AS `oo_id`,`object_query_4`.`oo_classId` AS `oo_classId`,`object_query_4`.`oo_className` AS `oo_className`,`object_query_4`.`name` AS `name`,`objects`.`id` AS `id`,`objects`.`parentId` AS `parentId`,`objects`.`type` AS `type`,`objects`.`key` AS `key`,`objects`.`path` AS `path`,`objects`.`index` AS `index`,`objects`.`published` AS `published`,`objects`.`creationDate` AS `creationDate`,`objects`.`modificationDate` AS `modificationDate`,`objects`.`userOwner` AS `userOwner`,`objects`.`userModification` AS `userModification`,`objects`.`classId` AS `classId`,`objects`.`className` AS `className`,`objects`.`childrenSortBy` AS `childrenSortBy`,`objects`.`childrenSortOrder` AS `childrenSortOrder`,`objects`.`versionCount` AS `versionCount` from (`object_query_4` join `objects` on(`objects`.`id` = `object_query_4`.`oo_id`)); diff --git a/var/classes/definition_Customer.php b/var/classes/definition_Customer.php index be790e1e..9f624825 100644 --- a/var/classes/definition_Customer.php +++ b/var/classes/definition_Customer.php @@ -45,16 +45,16 @@ 'useTraits' => '', 'listingUseTraits' => '', 'encryption' => false, - 'encryptedTables' => + 'encryptedTables' => array ( ), 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, - 'fieldDefinitions' => + 'fieldDefinitions' => array ( ), - 'layoutDefinitions' => + 'layoutDefinitions' => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, @@ -67,9 +67,9 @@ 'bodyStyle' => NULL, 'datatype' => 'layout', 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => + 0 => Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( 'name' => 'Layout', 'type' => NULL, @@ -82,9 +82,9 @@ 'bodyStyle' => NULL, 'datatype' => 'layout', 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => + 0 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Base Data', 'type' => NULL, @@ -97,9 +97,9 @@ 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => + 0 => Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array( 'name' => 'active', 'title' => 'Active', @@ -116,13 +116,13 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, 'defaultValueGenerator' => '', )), - 1 => + 1 => Pimcore\Model\DataObject\ClassDefinition\Data\Gender::__set_state(array( 'name' => 'gender', 'title' => 'Gender', @@ -139,7 +139,7 @@ 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => '', @@ -150,7 +150,7 @@ 'dynamicOptions' => false, 'defaultValueGenerator' => '', )), - 2 => + 2 => Pimcore\Model\DataObject\ClassDefinition\Data\Firstname::__set_state(array( 'name' => 'firstname', 'title' => 'Firstname', @@ -167,21 +167,21 @@ 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), - 3 => + 3 => Pimcore\Model\DataObject\ClassDefinition\Data\Lastname::__set_state(array( 'name' => 'lastname', 'title' => 'Lastname', @@ -198,21 +198,21 @@ 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), - 4 => + 4 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'company', 'title' => 'Company', @@ -229,21 +229,21 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), - 5 => + 5 => Pimcore\Model\DataObject\ClassDefinition\Data\Email::__set_state(array( 'name' => 'email', 'title' => 'Email', @@ -260,21 +260,21 @@ 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => true, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), - 6 => + 6 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'street', 'title' => 'Street', @@ -291,21 +291,21 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), - 7 => + 7 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'zip', 'title' => 'Zip', @@ -322,21 +322,21 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), - 8 => + 8 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'city', 'title' => 'City', @@ -353,21 +353,21 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), - 9 => + 9 => Pimcore\Model\DataObject\ClassDefinition\Data\Country::__set_state(array( 'name' => 'countryCode', 'title' => 'Country', @@ -384,7 +384,7 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => '', @@ -396,7 +396,7 @@ 'defaultValueGenerator' => '', 'restrictTo' => '', )), - 10 => + 10 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'phone', 'title' => 'phone', @@ -413,21 +413,21 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => 400, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), - 11 => + 11 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'idEncoded', 'title' => 'Id Encoded', @@ -444,21 +444,21 @@ 'invisible' => true, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), - 12 => + 12 => Pimcore\Model\DataObject\ClassDefinition\Data\Language::__set_state(array( 'name' => 'customerLanguage', 'title' => 'Language', @@ -475,7 +475,7 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => '', @@ -487,7 +487,7 @@ 'defaultValueGenerator' => '', 'onlySystemLanguages' => false, )), - 13 => + 13 => Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array( 'name' => 'Layout', 'type' => NULL, @@ -500,9 +500,9 @@ 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => + 0 => Pimcore\Model\DataObject\ClassDefinition\Data\Consent::__set_state(array( 'name' => 'newsletter', 'title' => 'Newsletter', @@ -519,13 +519,13 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, 'width' => NULL, )), - 1 => + 1 => Pimcore\Model\DataObject\ClassDefinition\Data\NewsletterConfirmed::__set_state(array( 'name' => 'newsletterConfirmed', 'title' => 'Newsletter Confirmed', @@ -542,13 +542,13 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => NULL, 'defaultValueGenerator' => '', )), - 2 => + 2 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'newsletterConfirmToken', 'title' => 'Newsletter Confirm Token', @@ -565,21 +565,21 @@ 'invisible' => true, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'width' => NULL, 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', - 'regexFlags' => + 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), - 3 => + 3 => Pimcore\Model\DataObject\ClassDefinition\Data\Consent::__set_state(array( 'name' => 'profiling', 'title' => 'Profiling', @@ -596,7 +596,7 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'defaultValue' => 0, @@ -604,7 +604,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'fieldset', @@ -613,7 +613,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -623,7 +623,7 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 1 => + 1 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Segmentation', 'type' => NULL, @@ -636,9 +636,9 @@ 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => + 0 => Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, @@ -651,11 +651,11 @@ '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', @@ -664,7 +664,7 @@ 'renderingData' => '', 'border' => false, )), - 1 => + 1 => Pimcore\Model\DataObject\ClassDefinition\Data\AdvancedManyToManyObjectRelation::__set_state(array( 'name' => 'manualSegments', 'title' => 'Manual Segments', @@ -681,10 +681,10 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'classes' => + 'classes' => array ( ), 'pathFormatterClass' => 'CustomerManagementFrameworkBundle\\PathFormatter\\CustomerSegmentFormatter', @@ -695,13 +695,13 @@ 'allowToCreateNewObject' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, - 'visibleFieldDefinitions' => + 'visibleFieldDefinitions' => array ( ), 'allowedClassId' => 'CustomerSegment', - 'columns' => + 'columns' => array ( - 0 => + 0 => array ( 'type' => 'number', 'position' => 1, @@ -709,7 +709,7 @@ 'id' => 'extModel2805-1', 'label' => 'Segment created (Timestamp)', ), - 1 => + 1 => array ( 'type' => 'number', 'position' => 2, @@ -718,7 +718,7 @@ 'label' => 'Segment application counter', ), ), - 'columnKeys' => + 'columnKeys' => array ( 0 => 'created_timestamp', 1 => 'application_counter', @@ -726,7 +726,7 @@ 'enableBatchEdit' => false, 'allowMultipleAssignments' => false, )), - 2 => + 2 => Pimcore\Model\DataObject\ClassDefinition\Data\AdvancedManyToManyObjectRelation::__set_state(array( 'name' => 'calculatedSegments', 'title' => 'Calculated Segments', @@ -743,10 +743,10 @@ 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), - 'classes' => + 'classes' => array ( ), 'pathFormatterClass' => 'CustomerManagementFrameworkBundle\\PathFormatter\\CustomerSegmentFormatter', @@ -757,13 +757,13 @@ 'allowToCreateNewObject' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, - 'visibleFieldDefinitions' => + 'visibleFieldDefinitions' => array ( ), 'allowedClassId' => 'CustomerSegment', - 'columns' => + 'columns' => array ( - 0 => + 0 => array ( 'type' => 'number', 'position' => 1, @@ -771,7 +771,7 @@ 'id' => 'extModel1622-1', 'label' => 'Segment created (Timestamp)', ), - 1 => + 1 => array ( 'type' => 'number', 'position' => 2, @@ -780,7 +780,7 @@ 'label' => 'Segment application counter', ), ), - 'columnKeys' => + 'columnKeys' => array ( 0 => 'created_timestamp', 1 => 'application_counter', @@ -790,7 +790,7 @@ )), ), 'locked' => false, - 'blockedVarsForExport' => + 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', @@ -800,7 +800,7 @@ 'labelWidth' => 100, 'labelAlign' => 'left', )), - 2 => + 2 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Authentication', 'type' => NULL, @@ -813,9 +813,9 @@ 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, - 'children' => + 'children' => array ( - 0 => + 0 => Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Layout', 'type' => NULL, @@ -828,20 +828,20 @@ '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' => 'Authentication area groups all information needed to authenticate the customer