<?php
/**
* Inheritance: no
* Variants: no
*
* Fields Summary:
* - name [input]
* - group [manyToOneRelation]
* - reference [input]
* - calculated [checkbox]
* - useAsTargetGroup [checkbox]
* - targetGroup [targetGroup]
*/
return Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
'dao' => NULL,
'id' => '2',
'name' => 'CustomerSegment',
'description' => '',
'creationDate' => 0,
'modificationDate' => 1683551624,
'userOwner' => 0,
'userModification' => 1,
'parentClass' => '\\CustomerManagementFrameworkBundle\\Model\\AbstractCustomerSegment',
'implementsInterfaces' => '',
'listingParentClass' => '',
'useTraits' => '',
'listingUseTraits' => '',
'encryption' => false,
'encryptedTables' =>
array (
),
'allowInherit' => false,
'allowVariants' => false,
'showVariants' => false,
'fieldDefinitions' =>
array (
),
'layoutDefinitions' =>
Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
'name' => 'pimcore_root',
'type' => NULL,
'region' => NULL,
'title' => 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(
'name' => 'Layout',
'type' => NULL,
'region' => NULL,
'title' => '',
'width' => NULL,
'height' => NULL,
'collapsible' => false,
'collapsed' => false,
'bodyStyle' => '',
'datatype' => 'layout',
'permissions' => NULL,
'children' =>
array (
0 =>
Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array(
'name' => 'Layout',
'type' => NULL,
'region' => NULL,
'title' => 'Settings',
'width' => NULL,
'height' => NULL,
'collapsible' => false,
'collapsed' => false,
'bodyStyle' => '',
'datatype' => 'layout',
'permissions' => NULL,
'children' =>
array (
0 =>
Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
'name' => 'name',
'title' => 'Segment name',
'tooltip' => '',
'mandatory' => false,
'noteditable' => false,
'index' => false,
'locked' => false,
'style' => '',
'permissions' => NULL,
'datatype' => 'data',
'fieldtype' => 'input',
'relationType' => false,
'invisible' => false,
'visibleGridView' => true,
'visibleSearch' => true,
'blockedVarsForExport' =>
array (
),
'width' => 400,
'defaultValue' => NULL,
'columnLength' => 255,
'regex' => '',
'regexFlags' =>
array (
),
'unique' => false,
'showCharCount' => false,
'defaultValueGenerator' => '',
)),
),
'locked' => false,
'blockedVarsForExport' =>
array (
),
'fieldtype' => 'fieldset',
'labelWidth' => 100,
'labelAlign' => 'left',
)),
1 =>
Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array(
'name' => 'Layout',
'type' => NULL,
'region' => NULL,
'title' => 'System information',
'width' => NULL,
'height' => NULL,
'collapsible' => false,
'collapsed' => false,
'bodyStyle' => '',
'datatype' => 'layout',
'permissions' => NULL,
'children' =>
array (
0 =>
Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
'name' => 'group',
'title' => 'Group',
'tooltip' => 'Drag and drop segment into groups in the tree',
'mandatory' => false,
'noteditable' => true,
'index' => false,
'locked' => false,
'style' => '',
'permissions' => NULL,
'datatype' => 'data',
'fieldtype' => 'manyToOneRelation',
'relationType' => true,
'invisible' => false,
'visibleGridView' => false,
'visibleSearch' => false,
'blockedVarsForExport' =>
array (
),
'classes' =>
array (
),
'pathFormatterClass' => '',
'width' => 700,
'assetUploadPath' => '',
'objectsAllowed' => true,
'assetsAllowed' => false,
'assetTypes' =>
array (
),
'documentsAllowed' => false,
'documentTypes' =>
array (
),
)),
1 =>
Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
'name' => 'reference',
'title' => 'Reference',
'tooltip' => 'needs to be unique within the group',
'mandatory' => false,
'noteditable' => true,
'index' => true,
'locked' => false,
'style' => '',
'permissions' => NULL,
'datatype' => 'data',
'fieldtype' => 'input',
'relationType' => false,
'invisible' => false,
'visibleGridView' => true,
'visibleSearch' => true,
'blockedVarsForExport' =>
array (
),
'width' => 400,
'defaultValue' => NULL,
'columnLength' => 255,
'regex' => '',
'regexFlags' =>
array (
),
'unique' => false,
'showCharCount' => false,
'defaultValueGenerator' => '',
)),
2 =>
Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
'name' => 'calculated',
'title' => 'calculated',
'tooltip' => '',
'mandatory' => false,
'noteditable' => true,
'index' => false,
'locked' => false,
'style' => '',
'permissions' => NULL,
'datatype' => 'data',
'fieldtype' => 'checkbox',
'relationType' => false,
'invisible' => false,
'visibleGridView' => false,
'visibleSearch' => false,
'blockedVarsForExport' =>
array (
),
'defaultValue' => 0,
'defaultValueGenerator' => '',
)),
3 =>
Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
'name' => 'useAsTargetGroup',
'title' => 'Use As Target Group',
'tooltip' => '',
'mandatory' => false,
'noteditable' => false,
'index' => false,
'locked' => false,
'style' => '',
'permissions' => NULL,
'datatype' => 'data',
'fieldtype' => 'checkbox',
'relationType' => false,
'invisible' => false,
'visibleGridView' => false,
'visibleSearch' => false,
'blockedVarsForExport' =>
array (
),
'defaultValue' => 0,
'defaultValueGenerator' => '',
)),
4 =>
Pimcore\Model\DataObject\ClassDefinition\Data\TargetGroup::__set_state(array(
'name' => 'targetGroup',
'title' => 'Linked TargetGroup',
'tooltip' => '',
'mandatory' => false,
'noteditable' => false,
'index' => false,
'locked' => false,
'style' => '',
'permissions' => NULL,
'datatype' => 'data',
'fieldtype' => 'targetGroup',
'relationType' => false,
'invisible' => false,
'visibleGridView' => false,
'visibleSearch' => false,
'blockedVarsForExport' =>
array (
),
'width' => '',
'defaultValue' => NULL,
'optionsProviderClass' => NULL,
'optionsProviderData' => NULL,
'columnLength' => 190,
'dynamicOptions' => false,
'defaultValueGenerator' => '',
)),
),
'locked' => false,
'blockedVarsForExport' =>
array (
),
'fieldtype' => 'fieldset',
'labelWidth' => 100,
'labelAlign' => 'left',
)),
),
'locked' => false,
'blockedVarsForExport' =>
array (
),
'fieldtype' => 'panel',
'layout' => NULL,
'border' => false,
'icon' => NULL,
'labelWidth' => 100,
'labelAlign' => 'left',
)),
),
'locked' => false,
'blockedVarsForExport' =>
array (
),
'fieldtype' => 'panel',
'layout' => NULL,
'border' => false,
'icon' => NULL,
'labelWidth' => 100,
'labelAlign' => 'left',
)),
'icon' => '/bundles/pimcorecustomermanagementframework/icons/segment.svg',
'previewUrl' => '',
'group' => 'CustomerManagement',
'showAppLoggerTab' => false,
'linkGeneratorReference' => '',
'previewGeneratorReference' => NULL,
'compositeIndices' =>
array (
),
'generateTypeDeclarations' => true,
'showFieldLookup' => false,
'propertyVisibility' =>
array (
'grid' =>
array (
'id' => true,
'key' => false,
'path' => false,
'published' => true,
'modificationDate' => false,
'creationDate' => false,
),
'search' =>
array (
'id' => true,
'key' => false,
'path' => false,
'published' => true,
'modificationDate' => false,
'creationDate' => false,
),
),
'enableGridLocking' => false,
'deletedDataComponents' =>
array (
),
'blockedVarsForExport' =>
array (
),
'activeDispatchingEvents' =>
array (
),
));