var/classes/definition_EwsNotification.php line 978

Open in your IDE?
  1. <?php
  2. /**
  3.  * Inheritance: no
  4.  * Variants: no
  5.  *
  6.  * Fields Summary:
  7.  * - notifyAdmit [checkbox]
  8.  * - alertAction [manyToManyObjectRelation]
  9.  * - alertType [manyToOneRelation]
  10.  * - alertStatus [manyToOneRelation]
  11.  * - weatherPhenomenon [manyToOneRelation]
  12.  * - alertHazard [manyToManyObjectRelation]
  13.  * - region [manyToOneRelation]
  14.  * - governorate [manyToManyObjectRelation]
  15.  * - mapGovernorate [manyToManyObjectRelation]
  16.  * - ewsOtherLocations [manyToManyObjectRelation]
  17.  * - municipality [manyToManyObjectRelation]
  18.  * - center [manyToManyObjectRelation]
  19.  * - district [manyToManyObjectRelation]
  20.  * - otherLocations [manyToManyObjectRelation]
  21.  * - user [manyToOneRelation]
  22.  * - editor [manyToOneRelation]
  23.  * - coordinates [textarea]
  24.  * - addressComponents [fieldcollections]
  25.  * - startDate [datetime]
  26.  * - endDate [datetime]
  27.  * - alertEndDate [datetime]
  28.  * - localizedfields [localizedfields]
  29.  * -- message [textarea]
  30.  * -- xPost [textarea]
  31.  * -- ewsSearchId [input]
  32.  * -- otherLocation [input]
  33.  * - attachment [manyToOneRelation]
  34.  * - enableTwitterNotification [checkbox]
  35.  * - enableSMSNotification [checkbox]
  36.  * - enableEmailNotification [checkbox]
  37.  * - previewText [checkbox]
  38.  * - status [select]
  39.  * - guid [input]
  40.  * - twitterId [input]
  41.  * - twitterLog [textarea]
  42.  * - isEmailSent [checkbox]
  43.  * - xAttachment [manyToOneRelation]
  44.  * - polygon [manyToOneRelation]
  45.  * - isPolygon [checkbox]
  46.  * - notificationType [select]
  47.  * - polygonXAtachment [manyToOneRelation]
  48.  * - userGroup [manyToManyObjectRelation]
  49.  * - xHistoryAtachment [manyToOneRelation]
  50.  * - endXAttachment [manyToOneRelation]
  51.  * - alertPage [input]
  52.  * - isManned [checkbox]
  53.  * - isSent [checkbox]
  54.  * - alertId [input]
  55.  * - tweetID [input]
  56.  * - title [input]
  57.  * - alertStatusCategory [manyToOneRelation]
  58.  * - lastModifiedDate [datetime]
  59.  * - rawText [textarea]
  60.  * - hash [textarea]
  61.  */
  62. return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
  63.    'dao' => NULL,
  64.    'id' => 'ews_notification',
  65.    'name' => 'EwsNotification',
  66.    'description' => '',
  67.    'creationDate' => 0,
  68.    'modificationDate' => 1787161235,
  69.    'userOwner' => 2,
  70.    'userModification' => 2,
  71.    'parentClass' => '',
  72.    'implementsInterfaces' => '',
  73.    'listingParentClass' => '',
  74.    'useTraits' => '',
  75.    'listingUseTraits' => '',
  76.    'encryption' => false,
  77.    'encryptedTables' => 
  78.   array (
  79.   ),
  80.    'allowInherit' => false,
  81.    'allowVariants' => false,
  82.    'showVariants' => false,
  83.    'fieldDefinitions' => 
  84.   array (
  85.   ),
  86.    'layoutDefinitions' => 
  87.   \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  88.      'name' => 'pimcore_root',
  89.      'type' => NULL,
  90.      'region' => NULL,
  91.      'title' => NULL,
  92.      'width' => 0,
  93.      'height' => 0,
  94.      'collapsible' => false,
  95.      'collapsed' => false,
  96.      'bodyStyle' => NULL,
  97.      'datatype' => 'layout',
  98.      'permissions' => NULL,
  99.      'children' => 
  100.     array (
  101.       => 
  102.       \Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array(
  103.          'name' => 'Layout',
  104.          'type' => NULL,
  105.          'region' => NULL,
  106.          'title' => '',
  107.          'width' => '',
  108.          'height' => '',
  109.          'collapsible' => false,
  110.          'collapsed' => false,
  111.          'bodyStyle' => '',
  112.          'datatype' => 'layout',
  113.          'permissions' => NULL,
  114.          'children' => 
  115.         array (
  116.           => 
  117.           \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  118.              'name' => 'Layout',
  119.              'type' => NULL,
  120.              'region' => NULL,
  121.              'title' => 'General',
  122.              'width' => '',
  123.              'height' => '',
  124.              'collapsible' => false,
  125.              'collapsed' => false,
  126.              'bodyStyle' => '',
  127.              'datatype' => 'layout',
  128.              'permissions' => NULL,
  129.              'children' => 
  130.             array (
  131.               => 
  132.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  133.                  'name' => 'notifyAdmit',
  134.                  'title' => 'Notify Admit',
  135.                  'tooltip' => '',
  136.                  'mandatory' => false,
  137.                  'noteditable' => false,
  138.                  'index' => false,
  139.                  'locked' => false,
  140.                  'style' => '',
  141.                  'permissions' => NULL,
  142.                  'datatype' => 'data',
  143.                  'fieldtype' => 'checkbox',
  144.                  'relationType' => false,
  145.                  'invisible' => false,
  146.                  'visibleGridView' => false,
  147.                  'visibleSearch' => false,
  148.                  'blockedVarsForExport' => 
  149.                 array (
  150.                 ),
  151.                  'defaultValue' => 0,
  152.                  'defaultValueGenerator' => '',
  153.               )),
  154.               => 
  155.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  156.                  'name' => 'alertAction',
  157.                  'title' => 'Alert Action',
  158.                  'tooltip' => '',
  159.                  'mandatory' => true,
  160.                  'noteditable' => false,
  161.                  'index' => false,
  162.                  'locked' => false,
  163.                  'style' => '',
  164.                  'permissions' => NULL,
  165.                  'datatype' => 'data',
  166.                  'fieldtype' => 'manyToManyObjectRelation',
  167.                  'relationType' => true,
  168.                  'invisible' => false,
  169.                  'visibleGridView' => false,
  170.                  'visibleSearch' => false,
  171.                  'blockedVarsForExport' => 
  172.                 array (
  173.                 ),
  174.                  'classes' => 
  175.                 array (
  176.                   => 
  177.                   array (
  178.                     'classes' => 'AlertAction',
  179.                   ),
  180.                 ),
  181.                  'pathFormatterClass' => '',
  182.                  'width' => '',
  183.                  'height' => '',
  184.                  'maxItems' => NULL,
  185.                  'visibleFields' => 
  186.                 array (
  187.                 ),
  188.                  'allowToCreateNewObject' => false,
  189.                  'optimizedAdminLoading' => false,
  190.                  'enableTextSelection' => false,
  191.                  'visibleFieldDefinitions' => 
  192.                 array (
  193.                 ),
  194.               )),
  195.               => 
  196.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  197.                  'name' => 'alertType',
  198.                  'title' => 'Alert Type',
  199.                  'tooltip' => '',
  200.                  'mandatory' => true,
  201.                  'noteditable' => false,
  202.                  'index' => true,
  203.                  'locked' => false,
  204.                  'style' => '',
  205.                  'permissions' => NULL,
  206.                  'datatype' => 'data',
  207.                  'fieldtype' => 'manyToOneRelation',
  208.                  'relationType' => true,
  209.                  'invisible' => false,
  210.                  'visibleGridView' => false,
  211.                  'visibleSearch' => false,
  212.                  'blockedVarsForExport' => 
  213.                 array (
  214.                 ),
  215.                  'classes' => 
  216.                 array (
  217.                   => 
  218.                   array (
  219.                     'classes' => 'AlertType',
  220.                   ),
  221.                 ),
  222.                  'pathFormatterClass' => '',
  223.                  'width' => '',
  224.                  'assetUploadPath' => '',
  225.                  'objectsAllowed' => true,
  226.                  'assetsAllowed' => false,
  227.                  'assetTypes' => 
  228.                 array (
  229.                 ),
  230.                  'documentsAllowed' => false,
  231.                  'documentTypes' => 
  232.                 array (
  233.                 ),
  234.               )),
  235.               => 
  236.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  237.                  'name' => 'alertStatus',
  238.                  'title' => 'Alert Status',
  239.                  'tooltip' => '',
  240.                  'mandatory' => false,
  241.                  'noteditable' => false,
  242.                  'index' => false,
  243.                  'locked' => false,
  244.                  'style' => '',
  245.                  'permissions' => NULL,
  246.                  'datatype' => 'data',
  247.                  'fieldtype' => 'manyToOneRelation',
  248.                  'relationType' => true,
  249.                  'invisible' => false,
  250.                  'visibleGridView' => false,
  251.                  'visibleSearch' => false,
  252.                  'blockedVarsForExport' => 
  253.                 array (
  254.                 ),
  255.                  'classes' => 
  256.                 array (
  257.                   => 
  258.                   array (
  259.                     'classes' => 'AlertStatus',
  260.                   ),
  261.                 ),
  262.                  'pathFormatterClass' => '',
  263.                  'width' => '',
  264.                  'assetUploadPath' => '',
  265.                  'objectsAllowed' => true,
  266.                  'assetsAllowed' => false,
  267.                  'assetTypes' => 
  268.                 array (
  269.                 ),
  270.                  'documentsAllowed' => false,
  271.                  'documentTypes' => 
  272.                 array (
  273.                 ),
  274.               )),
  275.               => 
  276.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  277.                  'name' => 'weatherPhenomenon',
  278.                  'title' => 'Weather Phenomenon',
  279.                  'tooltip' => '',
  280.                  'mandatory' => false,
  281.                  'noteditable' => false,
  282.                  'index' => false,
  283.                  'locked' => false,
  284.                  'style' => '',
  285.                  'permissions' => NULL,
  286.                  'datatype' => 'data',
  287.                  'fieldtype' => 'manyToOneRelation',
  288.                  'relationType' => true,
  289.                  'invisible' => false,
  290.                  'visibleGridView' => false,
  291.                  'visibleSearch' => false,
  292.                  'blockedVarsForExport' => 
  293.                 array (
  294.                 ),
  295.                  'classes' => 
  296.                 array (
  297.                   => 
  298.                   array (
  299.                     'classes' => 'PhenomenaList',
  300.                   ),
  301.                 ),
  302.                  'pathFormatterClass' => '',
  303.                  'width' => '',
  304.                  'assetUploadPath' => '',
  305.                  'objectsAllowed' => true,
  306.                  'assetsAllowed' => false,
  307.                  'assetTypes' => 
  308.                 array (
  309.                 ),
  310.                  'documentsAllowed' => false,
  311.                  'documentTypes' => 
  312.                 array (
  313.                 ),
  314.               )),
  315.               => 
  316.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  317.                  'name' => 'alertHazard',
  318.                  'title' => 'Alert Hazard',
  319.                  'tooltip' => '',
  320.                  'mandatory' => false,
  321.                  'noteditable' => false,
  322.                  'index' => false,
  323.                  'locked' => false,
  324.                  'style' => '',
  325.                  'permissions' => NULL,
  326.                  'datatype' => 'data',
  327.                  'fieldtype' => 'manyToManyObjectRelation',
  328.                  'relationType' => true,
  329.                  'invisible' => false,
  330.                  'visibleGridView' => false,
  331.                  'visibleSearch' => false,
  332.                  'blockedVarsForExport' => 
  333.                 array (
  334.                 ),
  335.                  'classes' => 
  336.                 array (
  337.                   => 
  338.                   array (
  339.                     'classes' => 'AlertHazard',
  340.                   ),
  341.                 ),
  342.                  'pathFormatterClass' => '',
  343.                  'width' => '',
  344.                  'height' => '',
  345.                  'maxItems' => NULL,
  346.                  'visibleFields' => 
  347.                 array (
  348.                 ),
  349.                  'allowToCreateNewObject' => false,
  350.                  'optimizedAdminLoading' => false,
  351.                  'enableTextSelection' => false,
  352.                  'visibleFieldDefinitions' => 
  353.                 array (
  354.                 ),
  355.               )),
  356.               => 
  357.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  358.                  'name' => 'region',
  359.                  'title' => 'Region',
  360.                  'tooltip' => '',
  361.                  'mandatory' => true,
  362.                  'noteditable' => false,
  363.                  'index' => true,
  364.                  'locked' => false,
  365.                  'style' => '',
  366.                  'permissions' => NULL,
  367.                  'datatype' => 'data',
  368.                  'fieldtype' => 'manyToOneRelation',
  369.                  'relationType' => true,
  370.                  'invisible' => false,
  371.                  'visibleGridView' => false,
  372.                  'visibleSearch' => false,
  373.                  'blockedVarsForExport' => 
  374.                 array (
  375.                 ),
  376.                  'classes' => 
  377.                 array (
  378.                   => 
  379.                   array (
  380.                     'classes' => 'Region',
  381.                   ),
  382.                 ),
  383.                  'pathFormatterClass' => '',
  384.                  'width' => '',
  385.                  'assetUploadPath' => '',
  386.                  'objectsAllowed' => true,
  387.                  'assetsAllowed' => false,
  388.                  'assetTypes' => 
  389.                 array (
  390.                 ),
  391.                  'documentsAllowed' => false,
  392.                  'documentTypes' => 
  393.                 array (
  394.                 ),
  395.               )),
  396.               => 
  397.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  398.                  'name' => 'governorate',
  399.                  'title' => 'Governorate',
  400.                  'tooltip' => '',
  401.                  'mandatory' => true,
  402.                  'noteditable' => false,
  403.                  'index' => false,
  404.                  'locked' => false,
  405.                  'style' => '',
  406.                  'permissions' => NULL,
  407.                  'datatype' => 'data',
  408.                  'fieldtype' => 'manyToManyObjectRelation',
  409.                  'relationType' => true,
  410.                  'invisible' => false,
  411.                  'visibleGridView' => false,
  412.                  'visibleSearch' => false,
  413.                  'blockedVarsForExport' => 
  414.                 array (
  415.                 ),
  416.                  'classes' => 
  417.                 array (
  418.                   => 
  419.                   array (
  420.                     'classes' => 'Governorate',
  421.                   ),
  422.                 ),
  423.                  'pathFormatterClass' => '',
  424.                  'width' => '',
  425.                  'height' => '',
  426.                  'maxItems' => NULL,
  427.                  'visibleFields' => 'governoteId,regionId,name',
  428.                  'allowToCreateNewObject' => false,
  429.                  'optimizedAdminLoading' => false,
  430.                  'enableTextSelection' => false,
  431.                  'visibleFieldDefinitions' => 
  432.                 array (
  433.                 ),
  434.               )),
  435.               => 
  436.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  437.                  'name' => 'mapGovernorate',
  438.                  'title' => 'Map Governorate',
  439.                  'tooltip' => '',
  440.                  'mandatory' => false,
  441.                  'noteditable' => false,
  442.                  'index' => false,
  443.                  'locked' => false,
  444.                  'style' => '',
  445.                  'permissions' => NULL,
  446.                  'datatype' => 'data',
  447.                  'fieldtype' => 'manyToManyObjectRelation',
  448.                  'relationType' => true,
  449.                  'invisible' => false,
  450.                  'visibleGridView' => false,
  451.                  'visibleSearch' => false,
  452.                  'blockedVarsForExport' => 
  453.                 array (
  454.                 ),
  455.                  'classes' => 
  456.                 array (
  457.                   => 
  458.                   array (
  459.                     'classes' => 'Governorate',
  460.                   ),
  461.                 ),
  462.                  'pathFormatterClass' => '',
  463.                  'width' => '',
  464.                  'height' => '',
  465.                  'maxItems' => NULL,
  466.                  'visibleFields' => 'id,name,regionId,governoteId',
  467.                  'allowToCreateNewObject' => false,
  468.                  'optimizedAdminLoading' => false,
  469.                  'enableTextSelection' => false,
  470.                  'visibleFieldDefinitions' => 
  471.                 array (
  472.                 ),
  473.               )),
  474.               => 
  475.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  476.                  'name' => 'ewsOtherLocations',
  477.                  'title' => 'EWS Other Locations',
  478.                  'tooltip' => '',
  479.                  'mandatory' => false,
  480.                  'noteditable' => false,
  481.                  'index' => false,
  482.                  'locked' => false,
  483.                  'style' => '',
  484.                  'permissions' => NULL,
  485.                  'datatype' => 'data',
  486.                  'fieldtype' => 'manyToManyObjectRelation',
  487.                  'relationType' => true,
  488.                  'invisible' => false,
  489.                  'visibleGridView' => false,
  490.                  'visibleSearch' => false,
  491.                  'blockedVarsForExport' => 
  492.                 array (
  493.                 ),
  494.                  'classes' => 
  495.                 array (
  496.                   => 
  497.                   array (
  498.                     'classes' => 'EwsOtherLocation',
  499.                   ),
  500.                 ),
  501.                  'pathFormatterClass' => '',
  502.                  'width' => '',
  503.                  'height' => '',
  504.                  'maxItems' => NULL,
  505.                  'visibleFields' => 'governoteId,regionId,name',
  506.                  'allowToCreateNewObject' => false,
  507.                  'optimizedAdminLoading' => false,
  508.                  'enableTextSelection' => false,
  509.                  'visibleFieldDefinitions' => 
  510.                 array (
  511.                 ),
  512.               )),
  513.               10 => 
  514.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  515.                  'name' => 'municipality',
  516.                  'title' => 'Municipality',
  517.                  'tooltip' => '',
  518.                  'mandatory' => false,
  519.                  'noteditable' => false,
  520.                  'index' => false,
  521.                  'locked' => false,
  522.                  'style' => '',
  523.                  'permissions' => NULL,
  524.                  'datatype' => 'data',
  525.                  'fieldtype' => 'manyToManyObjectRelation',
  526.                  'relationType' => true,
  527.                  'invisible' => false,
  528.                  'visibleGridView' => false,
  529.                  'visibleSearch' => false,
  530.                  'blockedVarsForExport' => 
  531.                 array (
  532.                 ),
  533.                  'classes' => 
  534.                 array (
  535.                   => 
  536.                   array (
  537.                     'classes' => 'Municipality',
  538.                   ),
  539.                 ),
  540.                  'pathFormatterClass' => '',
  541.                  'width' => '',
  542.                  'height' => '',
  543.                  'maxItems' => NULL,
  544.                  'visibleFields' => 'governoteId,regionId,name',
  545.                  'allowToCreateNewObject' => false,
  546.                  'optimizedAdminLoading' => false,
  547.                  'enableTextSelection' => false,
  548.                  'visibleFieldDefinitions' => 
  549.                 array (
  550.                 ),
  551.               )),
  552.               11 => 
  553.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  554.                  'name' => 'center',
  555.                  'title' => 'Center',
  556.                  'tooltip' => '',
  557.                  'mandatory' => false,
  558.                  'noteditable' => false,
  559.                  'index' => false,
  560.                  'locked' => false,
  561.                  'style' => '',
  562.                  'permissions' => NULL,
  563.                  'datatype' => 'data',
  564.                  'fieldtype' => 'manyToManyObjectRelation',
  565.                  'relationType' => true,
  566.                  'invisible' => false,
  567.                  'visibleGridView' => false,
  568.                  'visibleSearch' => false,
  569.                  'blockedVarsForExport' => 
  570.                 array (
  571.                 ),
  572.                  'classes' => 
  573.                 array (
  574.                   => 
  575.                   array (
  576.                     'classes' => 'Centers',
  577.                   ),
  578.                 ),
  579.                  'pathFormatterClass' => '',
  580.                  'width' => '',
  581.                  'height' => '',
  582.                  'maxItems' => 1000,
  583.                  'visibleFields' => 
  584.                 array (
  585.                 ),
  586.                  'allowToCreateNewObject' => false,
  587.                  'optimizedAdminLoading' => false,
  588.                  'enableTextSelection' => false,
  589.                  'visibleFieldDefinitions' => 
  590.                 array (
  591.                 ),
  592.               )),
  593.               12 => 
  594.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  595.                  'name' => 'district',
  596.                  'title' => 'District',
  597.                  'tooltip' => '',
  598.                  'mandatory' => false,
  599.                  'noteditable' => false,
  600.                  'index' => false,
  601.                  'locked' => false,
  602.                  'style' => '',
  603.                  'permissions' => NULL,
  604.                  'datatype' => 'data',
  605.                  'fieldtype' => 'manyToManyObjectRelation',
  606.                  'relationType' => true,
  607.                  'invisible' => false,
  608.                  'visibleGridView' => false,
  609.                  'visibleSearch' => false,
  610.                  'blockedVarsForExport' => 
  611.                 array (
  612.                 ),
  613.                  'classes' => 
  614.                 array (
  615.                   => 
  616.                   array (
  617.                     'classes' => 'District',
  618.                   ),
  619.                 ),
  620.                  'pathFormatterClass' => '',
  621.                  'width' => '',
  622.                  'height' => '',
  623.                  'maxItems' => 1000,
  624.                  'visibleFields' => 
  625.                 array (
  626.                 ),
  627.                  'allowToCreateNewObject' => false,
  628.                  'optimizedAdminLoading' => false,
  629.                  'enableTextSelection' => false,
  630.                  'visibleFieldDefinitions' => 
  631.                 array (
  632.                 ),
  633.               )),
  634.               13 => 
  635.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  636.                  'name' => 'otherLocations',
  637.                  'title' => 'Other Locations',
  638.                  'tooltip' => '',
  639.                  'mandatory' => false,
  640.                  'noteditable' => false,
  641.                  'index' => false,
  642.                  'locked' => false,
  643.                  'style' => '',
  644.                  'permissions' => NULL,
  645.                  'datatype' => 'data',
  646.                  'fieldtype' => 'manyToManyObjectRelation',
  647.                  'relationType' => true,
  648.                  'invisible' => false,
  649.                  'visibleGridView' => false,
  650.                  'visibleSearch' => false,
  651.                  'blockedVarsForExport' => 
  652.                 array (
  653.                 ),
  654.                  'classes' => 
  655.                 array (
  656.                   => 
  657.                   array (
  658.                     'classes' => 'OtherLocation',
  659.                   ),
  660.                 ),
  661.                  'pathFormatterClass' => '',
  662.                  'width' => '',
  663.                  'height' => '',
  664.                  'maxItems' => NULL,
  665.                  'visibleFields' => 'name,otherLocationId',
  666.                  'allowToCreateNewObject' => false,
  667.                  'optimizedAdminLoading' => false,
  668.                  'enableTextSelection' => false,
  669.                  'visibleFieldDefinitions' => 
  670.                 array (
  671.                 ),
  672.               )),
  673.               14 => 
  674.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  675.                  'name' => 'user',
  676.                  'title' => 'User',
  677.                  'tooltip' => '',
  678.                  'mandatory' => false,
  679.                  'noteditable' => false,
  680.                  'index' => true,
  681.                  'locked' => false,
  682.                  'style' => '',
  683.                  'permissions' => NULL,
  684.                  'datatype' => 'data',
  685.                  'fieldtype' => 'manyToOneRelation',
  686.                  'relationType' => true,
  687.                  'invisible' => false,
  688.                  'visibleGridView' => false,
  689.                  'visibleSearch' => false,
  690.                  'blockedVarsForExport' => 
  691.                 array (
  692.                 ),
  693.                  'classes' => 
  694.                 array (
  695.                   => 
  696.                   array (
  697.                     'classes' => 'Customer',
  698.                   ),
  699.                 ),
  700.                  'pathFormatterClass' => '',
  701.                  'width' => '',
  702.                  'assetUploadPath' => '',
  703.                  'objectsAllowed' => true,
  704.                  'assetsAllowed' => false,
  705.                  'assetTypes' => 
  706.                 array (
  707.                 ),
  708.                  'documentsAllowed' => false,
  709.                  'documentTypes' => 
  710.                 array (
  711.                 ),
  712.               )),
  713.               15 => 
  714.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  715.                  'name' => 'editor',
  716.                  'title' => 'Editor',
  717.                  'tooltip' => '',
  718.                  'mandatory' => false,
  719.                  'noteditable' => false,
  720.                  'index' => false,
  721.                  'locked' => false,
  722.                  'style' => '',
  723.                  'permissions' => NULL,
  724.                  'datatype' => 'data',
  725.                  'fieldtype' => 'manyToOneRelation',
  726.                  'relationType' => true,
  727.                  'invisible' => false,
  728.                  'visibleGridView' => false,
  729.                  'visibleSearch' => false,
  730.                  'blockedVarsForExport' => 
  731.                 array (
  732.                 ),
  733.                  'classes' => 
  734.                 array (
  735.                   => 
  736.                   array (
  737.                     'classes' => 'Customer',
  738.                   ),
  739.                 ),
  740.                  'pathFormatterClass' => '',
  741.                  'width' => '',
  742.                  'assetUploadPath' => '',
  743.                  'objectsAllowed' => true,
  744.                  'assetsAllowed' => false,
  745.                  'assetTypes' => 
  746.                 array (
  747.                 ),
  748.                  'documentsAllowed' => false,
  749.                  'documentTypes' => 
  750.                 array (
  751.                 ),
  752.               )),
  753.               16 => 
  754.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  755.                  'name' => 'coordinates',
  756.                  'title' => 'Coordinates',
  757.                  'tooltip' => '',
  758.                  'mandatory' => false,
  759.                  'noteditable' => false,
  760.                  'index' => false,
  761.                  'locked' => false,
  762.                  'style' => '',
  763.                  'permissions' => NULL,
  764.                  'datatype' => 'data',
  765.                  'fieldtype' => 'textarea',
  766.                  'relationType' => false,
  767.                  'invisible' => false,
  768.                  'visibleGridView' => false,
  769.                  'visibleSearch' => false,
  770.                  'blockedVarsForExport' => 
  771.                 array (
  772.                 ),
  773.                  'width' => '',
  774.                  'height' => '',
  775.                  'maxLength' => NULL,
  776.                  'showCharCount' => false,
  777.                  'excludeFromSearchIndex' => false,
  778.               )),
  779.               17 => 
  780.               \Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array(
  781.                  'name' => 'addressComponents',
  782.                  'title' => 'Address Components',
  783.                  'tooltip' => '',
  784.                  'mandatory' => false,
  785.                  'noteditable' => false,
  786.                  'index' => false,
  787.                  'locked' => false,
  788.                  'style' => '',
  789.                  'permissions' => NULL,
  790.                  'datatype' => 'data',
  791.                  'fieldtype' => 'fieldcollections',
  792.                  'relationType' => false,
  793.                  'invisible' => false,
  794.                  'visibleGridView' => false,
  795.                  'visibleSearch' => false,
  796.                  'blockedVarsForExport' => 
  797.                 array (
  798.                 ),
  799.                  'allowedTypes' => 
  800.                 array (
  801.                   => 'AddressComponents',
  802.                 ),
  803.                  'lazyLoading' => true,
  804.                  'maxItems' => NULL,
  805.                  'disallowAddRemove' => false,
  806.                  'disallowReorder' => false,
  807.                  'collapsed' => false,
  808.                  'collapsible' => false,
  809.                  'border' => false,
  810.               )),
  811.               18 => 
  812.               \Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array(
  813.                  'name' => 'startDate',
  814.                  'title' => 'Start Date',
  815.                  'tooltip' => '',
  816.                  'mandatory' => true,
  817.                  'noteditable' => false,
  818.                  'index' => true,
  819.                  'locked' => false,
  820.                  'style' => '',
  821.                  'permissions' => NULL,
  822.                  'datatype' => 'data',
  823.                  'fieldtype' => 'datetime',
  824.                  'relationType' => false,
  825.                  'invisible' => false,
  826.                  'visibleGridView' => false,
  827.                  'visibleSearch' => false,
  828.                  'blockedVarsForExport' => 
  829.                 array (
  830.                 ),
  831.                  'queryColumnType' => 'bigint(20)',
  832.                  'columnType' => 'bigint(20)',
  833.                  'defaultValue' => NULL,
  834.                  'useCurrentDate' => false,
  835.                  'defaultValueGenerator' => '',
  836.               )),
  837.               19 => 
  838.               \Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array(
  839.                  'name' => 'endDate',
  840.                  'title' => 'End Date',
  841.                  'tooltip' => '',
  842.                  'mandatory' => false,
  843.                  'noteditable' => false,
  844.                  'index' => true,
  845.                  'locked' => false,
  846.                  'style' => '',
  847.                  'permissions' => NULL,
  848.                  'datatype' => 'data',
  849.                  'fieldtype' => 'datetime',
  850.                  'relationType' => false,
  851.                  'invisible' => false,
  852.                  'visibleGridView' => false,
  853.                  'visibleSearch' => false,
  854.                  'blockedVarsForExport' => 
  855.                 array (
  856.                 ),
  857.                  'queryColumnType' => 'bigint(20)',
  858.                  'columnType' => 'bigint(20)',
  859.                  'defaultValue' => NULL,
  860.                  'useCurrentDate' => false,
  861.                  'defaultValueGenerator' => '',
  862.               )),
  863.               20 => 
  864.               \Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array(
  865.                  'name' => 'alertEndDate',
  866.                  'title' => 'Alert End Date',
  867.                  'tooltip' => '',
  868.                  'mandatory' => false,
  869.                  'noteditable' => false,
  870.                  'index' => false,
  871.                  'locked' => false,
  872.                  'style' => '',
  873.                  'permissions' => NULL,
  874.                  'datatype' => 'data',
  875.                  'fieldtype' => 'datetime',
  876.                  'relationType' => false,
  877.                  'invisible' => false,
  878.                  'visibleGridView' => false,
  879.                  'visibleSearch' => false,
  880.                  'blockedVarsForExport' => 
  881.                 array (
  882.                 ),
  883.                  'queryColumnType' => 'bigint(20)',
  884.                  'columnType' => 'bigint(20)',
  885.                  'defaultValue' => NULL,
  886.                  'useCurrentDate' => false,
  887.                  'defaultValueGenerator' => '',
  888.               )),
  889.               21 => 
  890.               \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  891.                  'name' => 'localizedfields',
  892.                  'title' => '',
  893.                  'tooltip' => '',
  894.                  'mandatory' => false,
  895.                  'noteditable' => false,
  896.                  'index' => false,
  897.                  'locked' => false,
  898.                  'style' => '',
  899.                  'permissions' => NULL,
  900.                  'datatype' => 'data',
  901.                  'fieldtype' => 'localizedfields',
  902.                  'relationType' => false,
  903.                  'invisible' => false,
  904.                  'visibleGridView' => true,
  905.                  'visibleSearch' => true,
  906.                  'blockedVarsForExport' => 
  907.                 array (
  908.                 ),
  909.                  'children' => 
  910.                 array (
  911.                   => 
  912.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  913.                      'name' => 'message',
  914.                      'title' => 'Message',
  915.                      'tooltip' => '',
  916.                      'mandatory' => false,
  917.                      'noteditable' => false,
  918.                      'index' => false,
  919.                      'locked' => false,
  920.                      'style' => '',
  921.                      'permissions' => NULL,
  922.                      'datatype' => 'data',
  923.                      'fieldtype' => 'textarea',
  924.                      'relationType' => false,
  925.                      'invisible' => false,
  926.                      'visibleGridView' => false,
  927.                      'visibleSearch' => false,
  928.                      'blockedVarsForExport' => 
  929.                     array (
  930.                     ),
  931.                      'width' => '',
  932.                      'height' => '',
  933.                      'maxLength' => NULL,
  934.                      'showCharCount' => false,
  935.                      'excludeFromSearchIndex' => true,
  936.                   )),
  937.                   => 
  938.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  939.                      'name' => 'xPost',
  940.                      'title' => 'X Post',
  941.                      'tooltip' => '',
  942.                      'mandatory' => false,
  943.                      'noteditable' => false,
  944.                      'index' => false,
  945.                      'locked' => false,
  946.                      'style' => '',
  947.                      'permissions' => NULL,
  948.                      'datatype' => 'data',
  949.                      'fieldtype' => 'textarea',
  950.                      'relationType' => false,
  951.                      'invisible' => false,
  952.                      'visibleGridView' => false,
  953.                      'visibleSearch' => false,
  954.                      'blockedVarsForExport' => 
  955.                     array (
  956.                     ),
  957.                      'width' => '',
  958.                      'height' => '',
  959.                      'maxLength' => NULL,
  960.                      'showCharCount' => false,
  961.                      'excludeFromSearchIndex' => false,
  962.                   )),
  963.                 ),
  964.                  'region' => NULL,
  965.                  'layout' => NULL,
  966.                  'width' => '',
  967.                  'height' => '',
  968.                  'maxTabs' => NULL,
  969.                  'border' => false,
  970.                  'provideSplitView' => false,
  971.                  'tabPosition' => NULL,
  972.                  'hideLabelsWhenTabsReached' => NULL,
  973.                  'referencedFields' => 
  974.                 array (
  975.                   => 
  976.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  977.                      'name' => 'localizedfields',
  978.                      'title' => '',
  979.                      'tooltip' => '',
  980.                      'mandatory' => false,
  981.                      'noteditable' => false,
  982.                      'index' => false,
  983.                      'locked' => false,
  984.                      'style' => '',
  985.                      'permissions' => NULL,
  986.                      'datatype' => 'data',
  987.                      'fieldtype' => 'localizedfields',
  988.                      'relationType' => false,
  989.                      'invisible' => false,
  990.                      'visibleGridView' => true,
  991.                      'visibleSearch' => true,
  992.                      'blockedVarsForExport' => 
  993.                     array (
  994.                     ),
  995.                      'children' => 
  996.                     array (
  997.                       => 
  998.                       \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  999.                          'name' => 'ewsSearchId',
  1000.                          'title' => 'Ews Search Id',
  1001.                          'tooltip' => '',
  1002.                          'mandatory' => false,
  1003.                          'noteditable' => false,
  1004.                          'index' => false,
  1005.                          'locked' => false,
  1006.                          'style' => '',
  1007.                          'permissions' => NULL,
  1008.                          'datatype' => 'data',
  1009.                          'fieldtype' => 'input',
  1010.                          'relationType' => false,
  1011.                          'invisible' => false,
  1012.                          'visibleGridView' => false,
  1013.                          'visibleSearch' => false,
  1014.                          'blockedVarsForExport' => 
  1015.                         array (
  1016.                         ),
  1017.                          'width' => '',
  1018.                          'defaultValue' => NULL,
  1019.                          'columnLength' => 190,
  1020.                          'regex' => '',
  1021.                          'regexFlags' => 
  1022.                         array (
  1023.                         ),
  1024.                          'unique' => false,
  1025.                          'showCharCount' => false,
  1026.                          'defaultValueGenerator' => '',
  1027.                       )),
  1028.                     ),
  1029.                      'region' => NULL,
  1030.                      'layout' => NULL,
  1031.                      'width' => '',
  1032.                      'height' => '',
  1033.                      'maxTabs' => NULL,
  1034.                      'border' => false,
  1035.                      'provideSplitView' => false,
  1036.                      'tabPosition' => NULL,
  1037.                      'hideLabelsWhenTabsReached' => NULL,
  1038.                      'referencedFields' => 
  1039.                     array (
  1040.                     ),
  1041.                      'fieldDefinitionsCache' => NULL,
  1042.                      'permissionView' => NULL,
  1043.                      'permissionEdit' => NULL,
  1044.                      'labelWidth' => 0,
  1045.                      'labelAlign' => 'left',
  1046.                   )),
  1047.                   => 
  1048.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  1049.                      'name' => 'localizedfields',
  1050.                      'title' => '',
  1051.                      'tooltip' => '',
  1052.                      'mandatory' => false,
  1053.                      'noteditable' => false,
  1054.                      'index' => false,
  1055.                      'locked' => false,
  1056.                      'style' => '',
  1057.                      'permissions' => NULL,
  1058.                      'datatype' => 'data',
  1059.                      'fieldtype' => 'localizedfields',
  1060.                      'relationType' => false,
  1061.                      'invisible' => false,
  1062.                      'visibleGridView' => true,
  1063.                      'visibleSearch' => true,
  1064.                      'blockedVarsForExport' => 
  1065.                     array (
  1066.                     ),
  1067.                      'children' => 
  1068.                     array (
  1069.                       => 
  1070.                       \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1071.                          'name' => 'otherLocation',
  1072.                          'title' => 'Other Location',
  1073.                          'tooltip' => '',
  1074.                          'mandatory' => false,
  1075.                          'noteditable' => false,
  1076.                          'index' => false,
  1077.                          'locked' => false,
  1078.                          'style' => '',
  1079.                          'permissions' => NULL,
  1080.                          'datatype' => 'data',
  1081.                          'fieldtype' => 'input',
  1082.                          'relationType' => false,
  1083.                          'invisible' => false,
  1084.                          'visibleGridView' => false,
  1085.                          'visibleSearch' => false,
  1086.                          'blockedVarsForExport' => 
  1087.                         array (
  1088.                         ),
  1089.                          'width' => '',
  1090.                          'defaultValue' => NULL,
  1091.                          'columnLength' => 190,
  1092.                          'regex' => '',
  1093.                          'regexFlags' => 
  1094.                         array (
  1095.                         ),
  1096.                          'unique' => false,
  1097.                          'showCharCount' => false,
  1098.                          'defaultValueGenerator' => '',
  1099.                       )),
  1100.                     ),
  1101.                      'region' => NULL,
  1102.                      'layout' => NULL,
  1103.                      'width' => '',
  1104.                      'height' => '',
  1105.                      'maxTabs' => NULL,
  1106.                      'border' => false,
  1107.                      'provideSplitView' => false,
  1108.                      'tabPosition' => NULL,
  1109.                      'hideLabelsWhenTabsReached' => NULL,
  1110.                      'referencedFields' => 
  1111.                     array (
  1112.                     ),
  1113.                      'fieldDefinitionsCache' => NULL,
  1114.                      'permissionView' => NULL,
  1115.                      'permissionEdit' => NULL,
  1116.                      'labelWidth' => 0,
  1117.                      'labelAlign' => 'left',
  1118.                   )),
  1119.                 ),
  1120.                  'fieldDefinitionsCache' => NULL,
  1121.                  'permissionView' => NULL,
  1122.                  'permissionEdit' => NULL,
  1123.                  'labelWidth' => 0,
  1124.                  'labelAlign' => 'left',
  1125.               )),
  1126.               22 => 
  1127.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  1128.                  'name' => 'attachment',
  1129.                  'title' => 'Attachment',
  1130.                  'tooltip' => '',
  1131.                  'mandatory' => false,
  1132.                  'noteditable' => false,
  1133.                  'index' => false,
  1134.                  'locked' => false,
  1135.                  'style' => '',
  1136.                  'permissions' => NULL,
  1137.                  'datatype' => 'data',
  1138.                  'fieldtype' => 'manyToOneRelation',
  1139.                  'relationType' => true,
  1140.                  'invisible' => false,
  1141.                  'visibleGridView' => false,
  1142.                  'visibleSearch' => false,
  1143.                  'blockedVarsForExport' => 
  1144.                 array (
  1145.                 ),
  1146.                  'classes' => 
  1147.                 array (
  1148.                 ),
  1149.                  'pathFormatterClass' => '',
  1150.                  'width' => '',
  1151.                  'assetUploadPath' => '',
  1152.                  'objectsAllowed' => false,
  1153.                  'assetsAllowed' => true,
  1154.                  'assetTypes' => 
  1155.                 array (
  1156.                 ),
  1157.                  'documentsAllowed' => false,
  1158.                  'documentTypes' => 
  1159.                 array (
  1160.                 ),
  1161.               )),
  1162.               23 => 
  1163.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1164.                  'name' => 'enableTwitterNotification',
  1165.                  'title' => 'Enable Twitter Notification',
  1166.                  'tooltip' => '',
  1167.                  'mandatory' => false,
  1168.                  'noteditable' => false,
  1169.                  'index' => true,
  1170.                  'locked' => false,
  1171.                  'style' => '',
  1172.                  'permissions' => NULL,
  1173.                  'datatype' => 'data',
  1174.                  'fieldtype' => 'checkbox',
  1175.                  'relationType' => false,
  1176.                  'invisible' => false,
  1177.                  'visibleGridView' => false,
  1178.                  'visibleSearch' => false,
  1179.                  'blockedVarsForExport' => 
  1180.                 array (
  1181.                 ),
  1182.                  'defaultValue' => 0,
  1183.                  'defaultValueGenerator' => '',
  1184.               )),
  1185.               24 => 
  1186.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1187.                  'name' => 'enableSMSNotification',
  1188.                  'title' => 'Enable SMS Notification',
  1189.                  'tooltip' => '',
  1190.                  'mandatory' => false,
  1191.                  'noteditable' => false,
  1192.                  'index' => true,
  1193.                  'locked' => false,
  1194.                  'style' => '',
  1195.                  'permissions' => NULL,
  1196.                  'datatype' => 'data',
  1197.                  'fieldtype' => 'checkbox',
  1198.                  'relationType' => false,
  1199.                  'invisible' => false,
  1200.                  'visibleGridView' => false,
  1201.                  'visibleSearch' => false,
  1202.                  'blockedVarsForExport' => 
  1203.                 array (
  1204.                 ),
  1205.                  'defaultValue' => 0,
  1206.                  'defaultValueGenerator' => '',
  1207.               )),
  1208.               25 => 
  1209.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1210.                  'name' => 'enableEmailNotification',
  1211.                  'title' => 'Enable Email Notification',
  1212.                  'tooltip' => '',
  1213.                  'mandatory' => false,
  1214.                  'noteditable' => false,
  1215.                  'index' => true,
  1216.                  'locked' => false,
  1217.                  'style' => '',
  1218.                  'permissions' => NULL,
  1219.                  'datatype' => 'data',
  1220.                  'fieldtype' => 'checkbox',
  1221.                  'relationType' => false,
  1222.                  'invisible' => false,
  1223.                  'visibleGridView' => false,
  1224.                  'visibleSearch' => false,
  1225.                  'blockedVarsForExport' => 
  1226.                 array (
  1227.                 ),
  1228.                  'defaultValue' => 0,
  1229.                  'defaultValueGenerator' => '',
  1230.               )),
  1231.               26 => 
  1232.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1233.                  'name' => 'previewText',
  1234.                  'title' => 'Preview Text',
  1235.                  'tooltip' => '',
  1236.                  'mandatory' => false,
  1237.                  'noteditable' => false,
  1238.                  'index' => false,
  1239.                  'locked' => false,
  1240.                  'style' => '',
  1241.                  'permissions' => NULL,
  1242.                  'datatype' => 'data',
  1243.                  'fieldtype' => 'checkbox',
  1244.                  'relationType' => false,
  1245.                  'invisible' => false,
  1246.                  'visibleGridView' => false,
  1247.                  'visibleSearch' => false,
  1248.                  'blockedVarsForExport' => 
  1249.                 array (
  1250.                 ),
  1251.                  'defaultValue' => 0,
  1252.                  'defaultValueGenerator' => '',
  1253.               )),
  1254.               27 => 
  1255.               \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array(
  1256.                  'name' => 'status',
  1257.                  'title' => 'Status',
  1258.                  'tooltip' => '',
  1259.                  'mandatory' => false,
  1260.                  'noteditable' => false,
  1261.                  'index' => false,
  1262.                  'locked' => false,
  1263.                  'style' => '',
  1264.                  'permissions' => NULL,
  1265.                  'datatype' => 'data',
  1266.                  'fieldtype' => 'select',
  1267.                  'relationType' => false,
  1268.                  'invisible' => false,
  1269.                  'visibleGridView' => false,
  1270.                  'visibleSearch' => false,
  1271.                  'blockedVarsForExport' => 
  1272.                 array (
  1273.                 ),
  1274.                  'options' => 
  1275.                 array (
  1276.                   => 
  1277.                   array (
  1278.                     'key' => 'active',
  1279.                     'value' => 'active',
  1280.                   ),
  1281.                   => 
  1282.                   array (
  1283.                     'key' => 'archived',
  1284.                     'value' => 'archived',
  1285.                   ),
  1286.                   => 
  1287.                   array (
  1288.                     'key' => 'expired',
  1289.                     'value' => 'expired',
  1290.                   ),
  1291.                   => 
  1292.                   array (
  1293.                     'key' => 'ended',
  1294.                     'value' => 'ended',
  1295.                   ),
  1296.                 ),
  1297.                  'width' => '',
  1298.                  'defaultValue' => '',
  1299.                  'optionsProviderClass' => '',
  1300.                  'optionsProviderData' => '',
  1301.                  'columnLength' => 190,
  1302.                  'dynamicOptions' => false,
  1303.                  'defaultValueGenerator' => '',
  1304.               )),
  1305.               28 => 
  1306.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1307.                  'name' => 'guid',
  1308.                  'title' => 'Guid',
  1309.                  'tooltip' => '',
  1310.                  'mandatory' => false,
  1311.                  'noteditable' => false,
  1312.                  'index' => false,
  1313.                  'locked' => false,
  1314.                  'style' => '',
  1315.                  'permissions' => NULL,
  1316.                  'datatype' => 'data',
  1317.                  'fieldtype' => 'input',
  1318.                  'relationType' => false,
  1319.                  'invisible' => false,
  1320.                  'visibleGridView' => false,
  1321.                  'visibleSearch' => false,
  1322.                  'blockedVarsForExport' => 
  1323.                 array (
  1324.                 ),
  1325.                  'width' => '',
  1326.                  'defaultValue' => NULL,
  1327.                  'columnLength' => 190,
  1328.                  'regex' => '',
  1329.                  'regexFlags' => 
  1330.                 array (
  1331.                 ),
  1332.                  'unique' => false,
  1333.                  'showCharCount' => false,
  1334.                  'defaultValueGenerator' => '',
  1335.               )),
  1336.               29 => 
  1337.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1338.                  'name' => 'twitterId',
  1339.                  'title' => 'Twitter Id',
  1340.                  'tooltip' => '',
  1341.                  'mandatory' => false,
  1342.                  'noteditable' => false,
  1343.                  'index' => false,
  1344.                  'locked' => false,
  1345.                  'style' => '',
  1346.                  'permissions' => NULL,
  1347.                  'datatype' => 'data',
  1348.                  'fieldtype' => 'input',
  1349.                  'relationType' => false,
  1350.                  'invisible' => false,
  1351.                  'visibleGridView' => false,
  1352.                  'visibleSearch' => false,
  1353.                  'blockedVarsForExport' => 
  1354.                 array (
  1355.                 ),
  1356.                  'width' => '',
  1357.                  'defaultValue' => NULL,
  1358.                  'columnLength' => 190,
  1359.                  'regex' => '',
  1360.                  'regexFlags' => 
  1361.                 array (
  1362.                 ),
  1363.                  'unique' => false,
  1364.                  'showCharCount' => false,
  1365.                  'defaultValueGenerator' => '',
  1366.               )),
  1367.               30 => 
  1368.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1369.                  'name' => 'twitterLog',
  1370.                  'title' => 'Twitter Log',
  1371.                  'tooltip' => '',
  1372.                  'mandatory' => false,
  1373.                  'noteditable' => false,
  1374.                  'index' => false,
  1375.                  'locked' => false,
  1376.                  'style' => '',
  1377.                  'permissions' => NULL,
  1378.                  'datatype' => 'data',
  1379.                  'fieldtype' => 'textarea',
  1380.                  'relationType' => false,
  1381.                  'invisible' => false,
  1382.                  'visibleGridView' => false,
  1383.                  'visibleSearch' => false,
  1384.                  'blockedVarsForExport' => 
  1385.                 array (
  1386.                 ),
  1387.                  'width' => '',
  1388.                  'height' => '',
  1389.                  'maxLength' => NULL,
  1390.                  'showCharCount' => false,
  1391.                  'excludeFromSearchIndex' => false,
  1392.               )),
  1393.               31 => 
  1394.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1395.                  'name' => 'isEmailSent',
  1396.                  'title' => 'Is Email Sent',
  1397.                  'tooltip' => '',
  1398.                  'mandatory' => false,
  1399.                  'noteditable' => false,
  1400.                  'index' => false,
  1401.                  'locked' => false,
  1402.                  'style' => '',
  1403.                  'permissions' => NULL,
  1404.                  'datatype' => 'data',
  1405.                  'fieldtype' => 'checkbox',
  1406.                  'relationType' => false,
  1407.                  'invisible' => false,
  1408.                  'visibleGridView' => false,
  1409.                  'visibleSearch' => false,
  1410.                  'blockedVarsForExport' => 
  1411.                 array (
  1412.                 ),
  1413.                  'defaultValue' => NULL,
  1414.                  'defaultValueGenerator' => '',
  1415.               )),
  1416.               32 => 
  1417.               \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  1418.                  'name' => 'localizedfields',
  1419.                  'title' => '',
  1420.                  'tooltip' => '',
  1421.                  'mandatory' => false,
  1422.                  'noteditable' => false,
  1423.                  'index' => false,
  1424.                  'locked' => false,
  1425.                  'style' => '',
  1426.                  'permissions' => NULL,
  1427.                  'datatype' => 'data',
  1428.                  'fieldtype' => 'localizedfields',
  1429.                  'relationType' => false,
  1430.                  'invisible' => false,
  1431.                  'visibleGridView' => true,
  1432.                  'visibleSearch' => true,
  1433.                  'blockedVarsForExport' => 
  1434.                 array (
  1435.                 ),
  1436.                  'children' => 
  1437.                 array (
  1438.                   => 
  1439.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1440.                      'name' => 'ewsSearchId',
  1441.                      'title' => 'Ews Search Id',
  1442.                      'tooltip' => '',
  1443.                      'mandatory' => false,
  1444.                      'noteditable' => false,
  1445.                      'index' => false,
  1446.                      'locked' => false,
  1447.                      'style' => '',
  1448.                      'permissions' => NULL,
  1449.                      'datatype' => 'data',
  1450.                      'fieldtype' => 'input',
  1451.                      'relationType' => false,
  1452.                      'invisible' => false,
  1453.                      'visibleGridView' => false,
  1454.                      'visibleSearch' => false,
  1455.                      'blockedVarsForExport' => 
  1456.                     array (
  1457.                     ),
  1458.                      'width' => '',
  1459.                      'defaultValue' => NULL,
  1460.                      'columnLength' => 190,
  1461.                      'regex' => '',
  1462.                      'regexFlags' => 
  1463.                     array (
  1464.                     ),
  1465.                      'unique' => false,
  1466.                      'showCharCount' => false,
  1467.                      'defaultValueGenerator' => '',
  1468.                   )),
  1469.                 ),
  1470.                  'region' => NULL,
  1471.                  'layout' => NULL,
  1472.                  'width' => '',
  1473.                  'height' => '',
  1474.                  'maxTabs' => NULL,
  1475.                  'border' => false,
  1476.                  'provideSplitView' => false,
  1477.                  'tabPosition' => NULL,
  1478.                  'hideLabelsWhenTabsReached' => NULL,
  1479.                  'referencedFields' => 
  1480.                 array (
  1481.                 ),
  1482.                  'fieldDefinitionsCache' => NULL,
  1483.                  'permissionView' => NULL,
  1484.                  'permissionEdit' => NULL,
  1485.                  'labelWidth' => 0,
  1486.                  'labelAlign' => 'left',
  1487.               )),
  1488.               33 => 
  1489.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  1490.                  'name' => 'xAttachment',
  1491.                  'title' => 'X Attachment',
  1492.                  'tooltip' => '',
  1493.                  'mandatory' => false,
  1494.                  'noteditable' => false,
  1495.                  'index' => false,
  1496.                  'locked' => false,
  1497.                  'style' => '',
  1498.                  'permissions' => NULL,
  1499.                  'datatype' => 'data',
  1500.                  'fieldtype' => 'manyToOneRelation',
  1501.                  'relationType' => true,
  1502.                  'invisible' => false,
  1503.                  'visibleGridView' => false,
  1504.                  'visibleSearch' => false,
  1505.                  'blockedVarsForExport' => 
  1506.                 array (
  1507.                 ),
  1508.                  'classes' => 
  1509.                 array (
  1510.                 ),
  1511.                  'pathFormatterClass' => '',
  1512.                  'width' => '',
  1513.                  'assetUploadPath' => '/X-Assets/x-alert',
  1514.                  'objectsAllowed' => false,
  1515.                  'assetsAllowed' => true,
  1516.                  'assetTypes' => 
  1517.                 array (
  1518.                 ),
  1519.                  'documentsAllowed' => false,
  1520.                  'documentTypes' => 
  1521.                 array (
  1522.                 ),
  1523.               )),
  1524.               34 => 
  1525.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  1526.                  'name' => 'polygon',
  1527.                  'title' => 'Polygon',
  1528.                  'tooltip' => '',
  1529.                  'mandatory' => false,
  1530.                  'noteditable' => false,
  1531.                  'index' => false,
  1532.                  'locked' => false,
  1533.                  'style' => '',
  1534.                  'permissions' => NULL,
  1535.                  'datatype' => 'data',
  1536.                  'fieldtype' => 'manyToOneRelation',
  1537.                  'relationType' => true,
  1538.                  'invisible' => false,
  1539.                  'visibleGridView' => false,
  1540.                  'visibleSearch' => false,
  1541.                  'blockedVarsForExport' => 
  1542.                 array (
  1543.                 ),
  1544.                  'classes' => 
  1545.                 array (
  1546.                   => 
  1547.                   array (
  1548.                     'classes' => 'EwsPolygon',
  1549.                   ),
  1550.                 ),
  1551.                  'pathFormatterClass' => '',
  1552.                  'width' => '',
  1553.                  'assetUploadPath' => '',
  1554.                  'objectsAllowed' => true,
  1555.                  'assetsAllowed' => false,
  1556.                  'assetTypes' => 
  1557.                 array (
  1558.                 ),
  1559.                  'documentsAllowed' => false,
  1560.                  'documentTypes' => 
  1561.                 array (
  1562.                 ),
  1563.               )),
  1564.               35 => 
  1565.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1566.                  'name' => 'isPolygon',
  1567.                  'title' => 'Is Polygon',
  1568.                  'tooltip' => '',
  1569.                  'mandatory' => false,
  1570.                  'noteditable' => false,
  1571.                  'index' => false,
  1572.                  'locked' => false,
  1573.                  'style' => '',
  1574.                  'permissions' => NULL,
  1575.                  'datatype' => 'data',
  1576.                  'fieldtype' => 'checkbox',
  1577.                  'relationType' => false,
  1578.                  'invisible' => false,
  1579.                  'visibleGridView' => false,
  1580.                  'visibleSearch' => false,
  1581.                  'blockedVarsForExport' => 
  1582.                 array (
  1583.                 ),
  1584.                  'defaultValue' => NULL,
  1585.                  'defaultValueGenerator' => '',
  1586.               )),
  1587.               36 => 
  1588.               \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array(
  1589.                  'name' => 'notificationType',
  1590.                  'title' => 'Notification Type',
  1591.                  'tooltip' => '',
  1592.                  'mandatory' => false,
  1593.                  'noteditable' => false,
  1594.                  'index' => false,
  1595.                  'locked' => false,
  1596.                  'style' => '',
  1597.                  'permissions' => NULL,
  1598.                  'datatype' => 'data',
  1599.                  'fieldtype' => 'select',
  1600.                  'relationType' => false,
  1601.                  'invisible' => false,
  1602.                  'visibleGridView' => false,
  1603.                  'visibleSearch' => false,
  1604.                  'blockedVarsForExport' => 
  1605.                 array (
  1606.                 ),
  1607.                  'options' => 
  1608.                 array (
  1609.                   => 
  1610.                   array (
  1611.                     'key' => 'Default',
  1612.                     'value' => 'Default',
  1613.                   ),
  1614.                   => 
  1615.                   array (
  1616.                     'key' => 'Polygon',
  1617.                     'value' => 'Polygon',
  1618.                   ),
  1619.                   => 
  1620.                   array (
  1621.                     'key' => 'Map',
  1622.                     'value' => 'Map',
  1623.                   ),
  1624.                 ),
  1625.                  'width' => '',
  1626.                  'defaultValue' => '',
  1627.                  'optionsProviderClass' => '',
  1628.                  'optionsProviderData' => '',
  1629.                  'columnLength' => 190,
  1630.                  'dynamicOptions' => false,
  1631.                  'defaultValueGenerator' => '',
  1632.               )),
  1633.               37 => 
  1634.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  1635.                  'name' => 'polygonXAtachment',
  1636.                  'title' => 'Polygon X Atachment',
  1637.                  'tooltip' => '',
  1638.                  'mandatory' => false,
  1639.                  'noteditable' => false,
  1640.                  'index' => false,
  1641.                  'locked' => false,
  1642.                  'style' => '',
  1643.                  'permissions' => NULL,
  1644.                  'datatype' => 'data',
  1645.                  'fieldtype' => 'manyToOneRelation',
  1646.                  'relationType' => true,
  1647.                  'invisible' => false,
  1648.                  'visibleGridView' => false,
  1649.                  'visibleSearch' => false,
  1650.                  'blockedVarsForExport' => 
  1651.                 array (
  1652.                 ),
  1653.                  'classes' => 
  1654.                 array (
  1655.                 ),
  1656.                  'pathFormatterClass' => '',
  1657.                  'width' => '',
  1658.                  'assetUploadPath' => '/X-Assets/x-polygon',
  1659.                  'objectsAllowed' => false,
  1660.                  'assetsAllowed' => true,
  1661.                  'assetTypes' => 
  1662.                 array (
  1663.                 ),
  1664.                  'documentsAllowed' => false,
  1665.                  'documentTypes' => 
  1666.                 array (
  1667.                 ),
  1668.               )),
  1669.               38 => 
  1670.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  1671.                  'name' => 'userGroup',
  1672.                  'title' => 'User Group',
  1673.                  'tooltip' => '',
  1674.                  'mandatory' => false,
  1675.                  'noteditable' => false,
  1676.                  'index' => false,
  1677.                  'locked' => false,
  1678.                  'style' => '',
  1679.                  'permissions' => NULL,
  1680.                  'datatype' => 'data',
  1681.                  'fieldtype' => 'manyToManyObjectRelation',
  1682.                  'relationType' => true,
  1683.                  'invisible' => false,
  1684.                  'visibleGridView' => false,
  1685.                  'visibleSearch' => false,
  1686.                  'blockedVarsForExport' => 
  1687.                 array (
  1688.                 ),
  1689.                  'classes' => 
  1690.                 array (
  1691.                   => 
  1692.                   array (
  1693.                     'classes' => 'EwsAndReportUserGroup',
  1694.                   ),
  1695.                 ),
  1696.                  'pathFormatterClass' => '',
  1697.                  'width' => '',
  1698.                  'height' => '',
  1699.                  'maxItems' => NULL,
  1700.                  'visibleFields' => 'id,name,groupType,creationDate',
  1701.                  'allowToCreateNewObject' => false,
  1702.                  'optimizedAdminLoading' => false,
  1703.                  'enableTextSelection' => false,
  1704.                  'visibleFieldDefinitions' => 
  1705.                 array (
  1706.                 ),
  1707.               )),
  1708.               39 => 
  1709.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  1710.                  'name' => 'xHistoryAtachment',
  1711.                  'title' => 'X History Attachment',
  1712.                  'tooltip' => '',
  1713.                  'mandatory' => false,
  1714.                  'noteditable' => false,
  1715.                  'index' => false,
  1716.                  'locked' => false,
  1717.                  'style' => '',
  1718.                  'permissions' => NULL,
  1719.                  'datatype' => 'data',
  1720.                  'fieldtype' => 'manyToOneRelation',
  1721.                  'relationType' => true,
  1722.                  'invisible' => false,
  1723.                  'visibleGridView' => false,
  1724.                  'visibleSearch' => false,
  1725.                  'blockedVarsForExport' => 
  1726.                 array (
  1727.                 ),
  1728.                  'classes' => 
  1729.                 array (
  1730.                 ),
  1731.                  'pathFormatterClass' => '',
  1732.                  'width' => '',
  1733.                  'assetUploadPath' => '/X-Assets/x-history',
  1734.                  'objectsAllowed' => false,
  1735.                  'assetsAllowed' => true,
  1736.                  'assetTypes' => 
  1737.                 array (
  1738.                   => 
  1739.                   array (
  1740.                     'assetTypes' => 'image',
  1741.                   ),
  1742.                 ),
  1743.                  'documentsAllowed' => false,
  1744.                  'documentTypes' => 
  1745.                 array (
  1746.                 ),
  1747.               )),
  1748.               40 => 
  1749.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  1750.                  'name' => 'endXAttachment',
  1751.                  'title' => 'End X Attachment',
  1752.                  'tooltip' => '',
  1753.                  'mandatory' => false,
  1754.                  'noteditable' => false,
  1755.                  'index' => false,
  1756.                  'locked' => false,
  1757.                  'style' => '',
  1758.                  'permissions' => NULL,
  1759.                  'datatype' => 'data',
  1760.                  'fieldtype' => 'manyToOneRelation',
  1761.                  'relationType' => true,
  1762.                  'invisible' => false,
  1763.                  'visibleGridView' => false,
  1764.                  'visibleSearch' => false,
  1765.                  'blockedVarsForExport' => 
  1766.                 array (
  1767.                 ),
  1768.                  'classes' => 
  1769.                 array (
  1770.                 ),
  1771.                  'pathFormatterClass' => '',
  1772.                  'width' => '',
  1773.                  'assetUploadPath' => '/X-Assets/end-alert',
  1774.                  'objectsAllowed' => false,
  1775.                  'assetsAllowed' => true,
  1776.                  'assetTypes' => 
  1777.                 array (
  1778.                   => 
  1779.                   array (
  1780.                     'assetTypes' => 'image',
  1781.                   ),
  1782.                 ),
  1783.                  'documentsAllowed' => false,
  1784.                  'documentTypes' => 
  1785.                 array (
  1786.                 ),
  1787.               )),
  1788.               41 => 
  1789.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1790.                  'name' => 'alertPage',
  1791.                  'title' => 'Alert Page',
  1792.                  'tooltip' => '',
  1793.                  'mandatory' => false,
  1794.                  'noteditable' => false,
  1795.                  'index' => false,
  1796.                  'locked' => false,
  1797.                  'style' => '',
  1798.                  'permissions' => NULL,
  1799.                  'datatype' => 'data',
  1800.                  'fieldtype' => 'input',
  1801.                  'relationType' => false,
  1802.                  'invisible' => false,
  1803.                  'visibleGridView' => false,
  1804.                  'visibleSearch' => false,
  1805.                  'blockedVarsForExport' => 
  1806.                 array (
  1807.                 ),
  1808.                  'width' => '',
  1809.                  'defaultValue' => NULL,
  1810.                  'columnLength' => 190,
  1811.                  'regex' => '',
  1812.                  'regexFlags' => 
  1813.                 array (
  1814.                 ),
  1815.                  'unique' => false,
  1816.                  'showCharCount' => false,
  1817.                  'defaultValueGenerator' => '',
  1818.               )),
  1819.             ),
  1820.              'locked' => false,
  1821.              'blockedVarsForExport' => 
  1822.             array (
  1823.             ),
  1824.              'fieldtype' => 'panel',
  1825.              'layout' => NULL,
  1826.              'border' => false,
  1827.              'icon' => '',
  1828.              'labelWidth' => 0,
  1829.              'labelAlign' => 'left',
  1830.           )),
  1831.           => 
  1832.           \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  1833.              'name' => 'New Columns',
  1834.              'type' => NULL,
  1835.              'region' => NULL,
  1836.              'title' => 'New Columns',
  1837.              'width' => '',
  1838.              'height' => '',
  1839.              'collapsible' => false,
  1840.              'collapsed' => false,
  1841.              'bodyStyle' => '',
  1842.              'datatype' => 'layout',
  1843.              'permissions' => NULL,
  1844.              'children' => 
  1845.             array (
  1846.               => 
  1847.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1848.                  'name' => 'isManned',
  1849.                  'title' => 'Is Manned',
  1850.                  'tooltip' => '',
  1851.                  'mandatory' => false,
  1852.                  'noteditable' => false,
  1853.                  'index' => false,
  1854.                  'locked' => false,
  1855.                  'style' => '',
  1856.                  'permissions' => NULL,
  1857.                  'datatype' => 'data',
  1858.                  'fieldtype' => 'checkbox',
  1859.                  'relationType' => false,
  1860.                  'invisible' => false,
  1861.                  'visibleGridView' => false,
  1862.                  'visibleSearch' => false,
  1863.                  'blockedVarsForExport' => 
  1864.                 array (
  1865.                 ),
  1866.                  'defaultValue' => 0,
  1867.                  'defaultValueGenerator' => '',
  1868.               )),
  1869.               => 
  1870.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1871.                  'name' => 'isSent',
  1872.                  'title' => 'Is Sent',
  1873.                  'tooltip' => '',
  1874.                  'mandatory' => false,
  1875.                  'noteditable' => false,
  1876.                  'index' => false,
  1877.                  'locked' => false,
  1878.                  'style' => '',
  1879.                  'permissions' => NULL,
  1880.                  'datatype' => 'data',
  1881.                  'fieldtype' => 'checkbox',
  1882.                  'relationType' => false,
  1883.                  'invisible' => false,
  1884.                  'visibleGridView' => false,
  1885.                  'visibleSearch' => false,
  1886.                  'blockedVarsForExport' => 
  1887.                 array (
  1888.                 ),
  1889.                  'defaultValue' => NULL,
  1890.                  'defaultValueGenerator' => '',
  1891.               )),
  1892.               => 
  1893.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1894.                  'name' => 'alertId',
  1895.                  'title' => 'Alert Id',
  1896.                  'tooltip' => '',
  1897.                  'mandatory' => false,
  1898.                  'noteditable' => false,
  1899.                  'index' => false,
  1900.                  'locked' => false,
  1901.                  'style' => '',
  1902.                  'permissions' => NULL,
  1903.                  'datatype' => 'data',
  1904.                  'fieldtype' => 'input',
  1905.                  'relationType' => false,
  1906.                  'invisible' => false,
  1907.                  'visibleGridView' => false,
  1908.                  'visibleSearch' => false,
  1909.                  'blockedVarsForExport' => 
  1910.                 array (
  1911.                 ),
  1912.                  'width' => '',
  1913.                  'defaultValue' => NULL,
  1914.                  'columnLength' => 190,
  1915.                  'regex' => '',
  1916.                  'regexFlags' => 
  1917.                 array (
  1918.                 ),
  1919.                  'unique' => false,
  1920.                  'showCharCount' => false,
  1921.                  'defaultValueGenerator' => '',
  1922.               )),
  1923.               => 
  1924.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1925.                  'name' => 'tweetID',
  1926.                  'title' => 'Tweet I D',
  1927.                  'tooltip' => '',
  1928.                  'mandatory' => false,
  1929.                  'noteditable' => false,
  1930.                  'index' => false,
  1931.                  'locked' => false,
  1932.                  'style' => '',
  1933.                  'permissions' => NULL,
  1934.                  'datatype' => 'data',
  1935.                  'fieldtype' => 'input',
  1936.                  'relationType' => false,
  1937.                  'invisible' => false,
  1938.                  'visibleGridView' => false,
  1939.                  'visibleSearch' => false,
  1940.                  'blockedVarsForExport' => 
  1941.                 array (
  1942.                 ),
  1943.                  'width' => '',
  1944.                  'defaultValue' => NULL,
  1945.                  'columnLength' => 190,
  1946.                  'regex' => '',
  1947.                  'regexFlags' => 
  1948.                 array (
  1949.                 ),
  1950.                  'unique' => false,
  1951.                  'showCharCount' => false,
  1952.                  'defaultValueGenerator' => '',
  1953.               )),
  1954.               => 
  1955.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1956.                  'name' => 'title',
  1957.                  'title' => 'Title',
  1958.                  'tooltip' => '',
  1959.                  'mandatory' => false,
  1960.                  'noteditable' => false,
  1961.                  'index' => false,
  1962.                  'locked' => false,
  1963.                  'style' => '',
  1964.                  'permissions' => NULL,
  1965.                  'datatype' => 'data',
  1966.                  'fieldtype' => 'input',
  1967.                  'relationType' => false,
  1968.                  'invisible' => false,
  1969.                  'visibleGridView' => false,
  1970.                  'visibleSearch' => false,
  1971.                  'blockedVarsForExport' => 
  1972.                 array (
  1973.                 ),
  1974.                  'width' => '',
  1975.                  'defaultValue' => NULL,
  1976.                  'columnLength' => 190,
  1977.                  'regex' => '',
  1978.                  'regexFlags' => 
  1979.                 array (
  1980.                 ),
  1981.                  'unique' => false,
  1982.                  'showCharCount' => false,
  1983.                  'defaultValueGenerator' => '',
  1984.               )),
  1985.               => 
  1986.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  1987.                  'name' => 'alertStatusCategory',
  1988.                  'title' => 'Alert Status Category',
  1989.                  'tooltip' => '',
  1990.                  'mandatory' => false,
  1991.                  'noteditable' => false,
  1992.                  'index' => false,
  1993.                  'locked' => false,
  1994.                  'style' => '',
  1995.                  'permissions' => NULL,
  1996.                  'datatype' => 'data',
  1997.                  'fieldtype' => 'manyToOneRelation',
  1998.                  'relationType' => true,
  1999.                  'invisible' => false,
  2000.                  'visibleGridView' => false,
  2001.                  'visibleSearch' => false,
  2002.                  'blockedVarsForExport' => 
  2003.                 array (
  2004.                 ),
  2005.                  'classes' => 
  2006.                 array (
  2007.                   => 
  2008.                   array (
  2009.                     'classes' => 'AlertStatusCategory',
  2010.                   ),
  2011.                 ),
  2012.                  'pathFormatterClass' => '',
  2013.                  'width' => '',
  2014.                  'assetUploadPath' => '',
  2015.                  'objectsAllowed' => true,
  2016.                  'assetsAllowed' => false,
  2017.                  'assetTypes' => 
  2018.                 array (
  2019.                 ),
  2020.                  'documentsAllowed' => false,
  2021.                  'documentTypes' => 
  2022.                 array (
  2023.                 ),
  2024.               )),
  2025.               => 
  2026.               \Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array(
  2027.                  'name' => 'lastModifiedDate',
  2028.                  'title' => 'Last Modified Date',
  2029.                  'tooltip' => '',
  2030.                  'mandatory' => false,
  2031.                  'noteditable' => false,
  2032.                  'index' => false,
  2033.                  'locked' => false,
  2034.                  'style' => '',
  2035.                  'permissions' => NULL,
  2036.                  'datatype' => 'data',
  2037.                  'fieldtype' => 'datetime',
  2038.                  'relationType' => false,
  2039.                  'invisible' => false,
  2040.                  'visibleGridView' => false,
  2041.                  'visibleSearch' => false,
  2042.                  'blockedVarsForExport' => 
  2043.                 array (
  2044.                 ),
  2045.                  'queryColumnType' => 'bigint(20)',
  2046.                  'columnType' => 'bigint(20)',
  2047.                  'defaultValue' => NULL,
  2048.                  'useCurrentDate' => false,
  2049.                  'defaultValueGenerator' => '',
  2050.               )),
  2051.               => 
  2052.               \Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  2053.                  'name' => 'localizedfields',
  2054.                  'title' => '',
  2055.                  'tooltip' => '',
  2056.                  'mandatory' => false,
  2057.                  'noteditable' => false,
  2058.                  'index' => false,
  2059.                  'locked' => false,
  2060.                  'style' => '',
  2061.                  'permissions' => NULL,
  2062.                  'datatype' => 'data',
  2063.                  'fieldtype' => 'localizedfields',
  2064.                  'relationType' => false,
  2065.                  'invisible' => false,
  2066.                  'visibleGridView' => true,
  2067.                  'visibleSearch' => true,
  2068.                  'blockedVarsForExport' => 
  2069.                 array (
  2070.                 ),
  2071.                  'children' => 
  2072.                 array (
  2073.                   => 
  2074.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  2075.                      'name' => 'otherLocation',
  2076.                      'title' => 'Other Location',
  2077.                      'tooltip' => '',
  2078.                      'mandatory' => false,
  2079.                      'noteditable' => false,
  2080.                      'index' => false,
  2081.                      'locked' => false,
  2082.                      'style' => '',
  2083.                      'permissions' => NULL,
  2084.                      'datatype' => 'data',
  2085.                      'fieldtype' => 'input',
  2086.                      'relationType' => false,
  2087.                      'invisible' => false,
  2088.                      'visibleGridView' => false,
  2089.                      'visibleSearch' => false,
  2090.                      'blockedVarsForExport' => 
  2091.                     array (
  2092.                     ),
  2093.                      'width' => '',
  2094.                      'defaultValue' => NULL,
  2095.                      'columnLength' => 190,
  2096.                      'regex' => '',
  2097.                      'regexFlags' => 
  2098.                     array (
  2099.                     ),
  2100.                      'unique' => false,
  2101.                      'showCharCount' => false,
  2102.                      'defaultValueGenerator' => '',
  2103.                   )),
  2104.                 ),
  2105.                  'region' => NULL,
  2106.                  'layout' => NULL,
  2107.                  'width' => '',
  2108.                  'height' => '',
  2109.                  'maxTabs' => NULL,
  2110.                  'border' => false,
  2111.                  'provideSplitView' => false,
  2112.                  'tabPosition' => NULL,
  2113.                  'hideLabelsWhenTabsReached' => NULL,
  2114.                  'referencedFields' => 
  2115.                 array (
  2116.                 ),
  2117.                  'fieldDefinitionsCache' => NULL,
  2118.                  'permissionView' => NULL,
  2119.                  'permissionEdit' => NULL,
  2120.                  'labelWidth' => 0,
  2121.                  'labelAlign' => 'left',
  2122.               )),
  2123.               => 
  2124.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  2125.                  'name' => 'rawText',
  2126.                  'title' => 'Raw Text',
  2127.                  'tooltip' => '',
  2128.                  'mandatory' => false,
  2129.                  'noteditable' => false,
  2130.                  'index' => false,
  2131.                  'locked' => false,
  2132.                  'style' => '',
  2133.                  'permissions' => NULL,
  2134.                  'datatype' => 'data',
  2135.                  'fieldtype' => 'textarea',
  2136.                  'relationType' => false,
  2137.                  'invisible' => false,
  2138.                  'visibleGridView' => false,
  2139.                  'visibleSearch' => false,
  2140.                  'blockedVarsForExport' => 
  2141.                 array (
  2142.                 ),
  2143.                  'width' => '',
  2144.                  'height' => '',
  2145.                  'maxLength' => NULL,
  2146.                  'showCharCount' => false,
  2147.                  'excludeFromSearchIndex' => false,
  2148.               )),
  2149.               => 
  2150.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  2151.                  'name' => 'hash',
  2152.                  'title' => 'Hash',
  2153.                  'tooltip' => '',
  2154.                  'mandatory' => false,
  2155.                  'noteditable' => false,
  2156.                  'index' => false,
  2157.                  'locked' => false,
  2158.                  'style' => '',
  2159.                  'permissions' => NULL,
  2160.                  'datatype' => 'data',
  2161.                  'fieldtype' => 'textarea',
  2162.                  'relationType' => false,
  2163.                  'invisible' => false,
  2164.                  'visibleGridView' => false,
  2165.                  'visibleSearch' => false,
  2166.                  'blockedVarsForExport' => 
  2167.                 array (
  2168.                 ),
  2169.                  'width' => '',
  2170.                  'height' => '',
  2171.                  'maxLength' => NULL,
  2172.                  'showCharCount' => false,
  2173.                  'excludeFromSearchIndex' => false,
  2174.               )),
  2175.             ),
  2176.              'locked' => false,
  2177.              'blockedVarsForExport' => 
  2178.             array (
  2179.             ),
  2180.              'fieldtype' => 'panel',
  2181.              'layout' => NULL,
  2182.              'border' => false,
  2183.              'icon' => '',
  2184.              'labelWidth' => 0,
  2185.              'labelAlign' => 'left',
  2186.           )),
  2187.         ),
  2188.          'locked' => false,
  2189.          'blockedVarsForExport' => 
  2190.         array (
  2191.         ),
  2192.          'fieldtype' => 'tabpanel',
  2193.          'border' => false,
  2194.          'tabPosition' => NULL,
  2195.       )),
  2196.     ),
  2197.      'locked' => false,
  2198.      'blockedVarsForExport' => 
  2199.     array (
  2200.     ),
  2201.      'fieldtype' => 'panel',
  2202.      'layout' => NULL,
  2203.      'border' => false,
  2204.      'icon' => NULL,
  2205.      'labelWidth' => 100,
  2206.      'labelAlign' => 'left',
  2207.   )),
  2208.    'icon' => '',
  2209.    'previewUrl' => '',
  2210.    'group' => 'Notification',
  2211.    'showAppLoggerTab' => false,
  2212.    'linkGeneratorReference' => '',
  2213.    'previewGeneratorReference' => '',
  2214.    'compositeIndices' => 
  2215.   array (
  2216.   ),
  2217.    'generateTypeDeclarations' => true,
  2218.    'showFieldLookup' => false,
  2219.    'propertyVisibility' => 
  2220.   array (
  2221.     'grid' => 
  2222.     array (
  2223.       'id' => true,
  2224.       'key' => false,
  2225.       'path' => true,
  2226.       'published' => true,
  2227.       'modificationDate' => true,
  2228.       'creationDate' => true,
  2229.     ),
  2230.     'search' => 
  2231.     array (
  2232.       'id' => true,
  2233.       'key' => false,
  2234.       'path' => true,
  2235.       'published' => true,
  2236.       'modificationDate' => true,
  2237.       'creationDate' => true,
  2238.     ),
  2239.   ),
  2240.    'enableGridLocking' => false,
  2241.    'deletedDataComponents' => 
  2242.   array (
  2243.   ),
  2244.    'blockedVarsForExport' => 
  2245.   array (
  2246.   ),
  2247.    'activeDispatchingEvents' => 
  2248.   array (
  2249.   ),
  2250. ));