var/classes/definition_Customer.php line 107

Open in your IDE?
  1. <?php
  2. /**
  3.  * Inheritance: no
  4.  * Variants: no
  5.  *
  6.  * Fields Summary:
  7.  * - twoFactorAuth [checkbox]
  8.  * - isActive [checkbox]
  9.  * - isDeleted [checkbox]
  10.  * - sendEwsEmail [checkbox]
  11.  * - hasSeenTourGuide [checkbox]
  12.  * - dualMode [checkbox]
  13.  * - userType [select]
  14.  * - smsConsumption [input]
  15.  * - name [input]
  16.  * - email [input]
  17.  * - phoneNo [input]
  18.  * - department [input]
  19.  * - title [input]
  20.  * - password [password]
  21.  * - role [manyToOneRelation]
  22.  * - organization [manyToOneRelation]
  23.  * - createdBy [manyToOneRelation]
  24.  * - createdByUserName [input]
  25.  * - createdByUserEmail [input]
  26.  * - createdByUserStatus [input]
  27.  * - restrictedOrdinates [textarea]
  28.  * - noOfCoOrdinates [numeric]
  29.  * - customerIP [input]
  30.  * - userCoOrdinates [textarea]
  31.  * - permissionGroups [manyToManyObjectRelation]
  32.  * - subscription [reverseObjectRelation]
  33.  * - userGroup [manyToManyObjectRelation]
  34.  * - tag [manyToOneRelation]
  35.  * - CrmId [input]
  36.  * - iqamaId [numeric]
  37.  * - ncmCRMID [input]
  38.  * - isSuperAdmin [checkbox]
  39.  * - isArchive [checkbox]
  40.  * - unSubscribeCustomNotificationToken [textarea]
  41.  * - unSubscribeToken [textarea]
  42.  * - resetPasswordToken [textarea]
  43.  * - deviceToken [textarea]
  44.  * - token [textarea]
  45.  * - otp [input]
  46.  * - jwtLoginToken [textarea]
  47.  * - ewsNotificationToken [textarea]
  48.  * - jwtToken [textarea]
  49.  * - jwtTokenExpiry [datetime]
  50.  * - userId [input]
  51.  * - secretKey [input]
  52.  * - customNotification [checkbox]
  53.  * - severeWeatherAlert [checkbox]
  54.  * - earlyWarningNotification [checkbox]
  55.  * - advanceCustomNotification [checkbox]
  56.  * - unSubToken [textarea]
  57.  * - agriculture [checkbox]
  58.  * - automotive [checkbox]
  59.  * - aviation [checkbox]
  60.  * - energy [checkbox]
  61.  * - insurance [checkbox]
  62.  * - metar [checkbox]
  63.  * - shippingAndOffshore [checkbox]
  64.  */
  65. return Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
  66.    'dao' => NULL,
  67.    'id' => 'customer',
  68.    'name' => 'Customer',
  69.    'description' => '',
  70.    'creationDate' => 0,
  71.    'modificationDate' => 1768224760,
  72.    'userOwner' => 2,
  73.    'userModification' => 2,
  74.    'parentClass' => '',
  75.    'implementsInterfaces' => '',
  76.    'listingParentClass' => '',
  77.    'useTraits' => '',
  78.    'listingUseTraits' => '',
  79.    'encryption' => false,
  80.    'encryptedTables' => 
  81.   array (
  82.   ),
  83.    'allowInherit' => false,
  84.    'allowVariants' => false,
  85.    'showVariants' => false,
  86.    'fieldDefinitions' => 
  87.   array (
  88.   ),
  89.    'layoutDefinitions' => 
  90.   Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  91.      'name' => 'pimcore_root',
  92.      'type' => NULL,
  93.      'region' => NULL,
  94.      'title' => NULL,
  95.      'width' => 0,
  96.      'height' => 0,
  97.      'collapsible' => false,
  98.      'collapsed' => false,
  99.      'bodyStyle' => NULL,
  100.      'datatype' => 'layout',
  101.      'permissions' => NULL,
  102.      'children' => 
  103.     array (
  104.       => 
  105.       Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array(
  106.          'name' => 'Layout',
  107.          'type' => NULL,
  108.          'region' => NULL,
  109.          'title' => '',
  110.          'width' => '',
  111.          'height' => '',
  112.          'collapsible' => false,
  113.          'collapsed' => false,
  114.          'bodyStyle' => '',
  115.          'datatype' => 'layout',
  116.          'permissions' => NULL,
  117.          'children' => 
  118.         array (
  119.           => 
  120.           Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  121.              'name' => 'Layout',
  122.              'type' => NULL,
  123.              'region' => NULL,
  124.              'title' => 'Data',
  125.              'width' => '',
  126.              'height' => '',
  127.              'collapsible' => false,
  128.              'collapsed' => false,
  129.              'bodyStyle' => '',
  130.              'datatype' => 'layout',
  131.              'permissions' => NULL,
  132.              'children' => 
  133.             array (
  134.               => 
  135.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  136.                  'name' => 'twoFactorAuth',
  137.                  'title' => 'Enable 2FA?',
  138.                  'tooltip' => 'By checking this checkbox, you wil enable 2 factor authentication. In each successful login attempt. OTP will be sent to your registered email id. You need to enter that OTP on verify OTP screen',
  139.                  'mandatory' => false,
  140.                  'noteditable' => false,
  141.                  'index' => false,
  142.                  'locked' => false,
  143.                  'style' => '',
  144.                  'permissions' => NULL,
  145.                  'datatype' => 'data',
  146.                  'fieldtype' => 'checkbox',
  147.                  'relationType' => false,
  148.                  'invisible' => false,
  149.                  'visibleGridView' => false,
  150.                  'visibleSearch' => false,
  151.                  'blockedVarsForExport' => 
  152.                 array (
  153.                 ),
  154.                  'defaultValue' => 0,
  155.                  'defaultValueGenerator' => '',
  156.               )),
  157.               => 
  158.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  159.                  'name' => 'isActive',
  160.                  'title' => 'Is Active',
  161.                  'tooltip' => '',
  162.                  'mandatory' => false,
  163.                  'noteditable' => false,
  164.                  'index' => false,
  165.                  'locked' => false,
  166.                  'style' => '',
  167.                  'permissions' => NULL,
  168.                  'datatype' => 'data',
  169.                  'fieldtype' => 'checkbox',
  170.                  'relationType' => false,
  171.                  'invisible' => false,
  172.                  'visibleGridView' => false,
  173.                  'visibleSearch' => false,
  174.                  'blockedVarsForExport' => 
  175.                 array (
  176.                 ),
  177.                  'defaultValue' => 1,
  178.                  'defaultValueGenerator' => '',
  179.               )),
  180.               => 
  181.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  182.                  'name' => 'isDeleted',
  183.                  'title' => 'Is Deleted',
  184.                  'tooltip' => '',
  185.                  'mandatory' => false,
  186.                  'noteditable' => false,
  187.                  'index' => false,
  188.                  'locked' => false,
  189.                  'style' => '',
  190.                  'permissions' => NULL,
  191.                  'datatype' => 'data',
  192.                  'fieldtype' => 'checkbox',
  193.                  'relationType' => false,
  194.                  'invisible' => false,
  195.                  'visibleGridView' => false,
  196.                  'visibleSearch' => false,
  197.                  'blockedVarsForExport' => 
  198.                 array (
  199.                 ),
  200.                  'defaultValue' => 0,
  201.                  'defaultValueGenerator' => '',
  202.               )),
  203.               => 
  204.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  205.                  'name' => 'sendEwsEmail',
  206.                  'title' => 'Send Ews Email',
  207.                  'tooltip' => '',
  208.                  'mandatory' => false,
  209.                  'noteditable' => false,
  210.                  'index' => false,
  211.                  'locked' => false,
  212.                  'style' => '',
  213.                  'permissions' => NULL,
  214.                  'datatype' => 'data',
  215.                  'fieldtype' => 'checkbox',
  216.                  'relationType' => false,
  217.                  'invisible' => false,
  218.                  'visibleGridView' => false,
  219.                  'visibleSearch' => false,
  220.                  'blockedVarsForExport' => 
  221.                 array (
  222.                 ),
  223.                  'defaultValue' => 1,
  224.                  'defaultValueGenerator' => '',
  225.               )),
  226.               => 
  227.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  228.                  'name' => 'hasSeenTourGuide',
  229.                  'title' => 'Has Seen Tour Guide',
  230.                  'tooltip' => '',
  231.                  'mandatory' => false,
  232.                  'noteditable' => false,
  233.                  'index' => false,
  234.                  'locked' => false,
  235.                  'style' => '',
  236.                  'permissions' => NULL,
  237.                  'datatype' => 'data',
  238.                  'fieldtype' => 'checkbox',
  239.                  'relationType' => false,
  240.                  'invisible' => false,
  241.                  'visibleGridView' => false,
  242.                  'visibleSearch' => false,
  243.                  'blockedVarsForExport' => 
  244.                 array (
  245.                 ),
  246.                  'defaultValue' => 0,
  247.                  'defaultValueGenerator' => '',
  248.               )),
  249.               => 
  250.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  251.                  'name' => 'dualMode',
  252.                  'title' => 'Dual Mode',
  253.                  'tooltip' => '',
  254.                  'mandatory' => false,
  255.                  'noteditable' => false,
  256.                  'index' => false,
  257.                  'locked' => false,
  258.                  'style' => '',
  259.                  'permissions' => NULL,
  260.                  'datatype' => 'data',
  261.                  'fieldtype' => 'checkbox',
  262.                  'relationType' => false,
  263.                  'invisible' => false,
  264.                  'visibleGridView' => false,
  265.                  'visibleSearch' => false,
  266.                  'blockedVarsForExport' => 
  267.                 array (
  268.                 ),
  269.                  'defaultValue' => 0,
  270.                  'defaultValueGenerator' => '',
  271.               )),
  272.               => 
  273.               Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array(
  274.                  'name' => 'userType',
  275.                  'title' => 'User Type',
  276.                  'tooltip' => '',
  277.                  'mandatory' => false,
  278.                  'noteditable' => false,
  279.                  'index' => true,
  280.                  'locked' => false,
  281.                  'style' => '',
  282.                  'permissions' => NULL,
  283.                  'datatype' => 'data',
  284.                  'fieldtype' => 'select',
  285.                  'relationType' => false,
  286.                  'invisible' => false,
  287.                  'visibleGridView' => false,
  288.                  'visibleSearch' => false,
  289.                  'blockedVarsForExport' => 
  290.                 array (
  291.                 ),
  292.                  'options' => 
  293.                 array (
  294.                   => 
  295.                   array (
  296.                     'key' => 'internal',
  297.                     'value' => 'internal',
  298.                   ),
  299.                   => 
  300.                   array (
  301.                     'key' => 'public',
  302.                     'value' => 'public',
  303.                   ),
  304.                 ),
  305.                  'width' => '',
  306.                  'defaultValue' => 'public',
  307.                  'optionsProviderClass' => '',
  308.                  'optionsProviderData' => '',
  309.                  'columnLength' => 190,
  310.                  'dynamicOptions' => false,
  311.                  'defaultValueGenerator' => '',
  312.               )),
  313.               => 
  314.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  315.                  'name' => 'smsConsumption',
  316.                  'title' => 'Sms Consumption',
  317.                  'tooltip' => '',
  318.                  'mandatory' => false,
  319.                  'noteditable' => true,
  320.                  'index' => false,
  321.                  'locked' => false,
  322.                  'style' => '',
  323.                  'permissions' => NULL,
  324.                  'datatype' => 'data',
  325.                  'fieldtype' => 'input',
  326.                  'relationType' => false,
  327.                  'invisible' => false,
  328.                  'visibleGridView' => false,
  329.                  'visibleSearch' => false,
  330.                  'blockedVarsForExport' => 
  331.                 array (
  332.                 ),
  333.                  'width' => '',
  334.                  'defaultValue' => NULL,
  335.                  'columnLength' => 190,
  336.                  'regex' => '',
  337.                  'regexFlags' => 
  338.                 array (
  339.                 ),
  340.                  'unique' => false,
  341.                  'showCharCount' => false,
  342.                  'defaultValueGenerator' => '',
  343.               )),
  344.               => 
  345.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  346.                  'name' => 'name',
  347.                  'title' => 'Name',
  348.                  'tooltip' => '',
  349.                  'mandatory' => true,
  350.                  'noteditable' => false,
  351.                  'index' => true,
  352.                  'locked' => false,
  353.                  'style' => '',
  354.                  'permissions' => NULL,
  355.                  'datatype' => 'data',
  356.                  'fieldtype' => 'input',
  357.                  'relationType' => false,
  358.                  'invisible' => false,
  359.                  'visibleGridView' => false,
  360.                  'visibleSearch' => false,
  361.                  'blockedVarsForExport' => 
  362.                 array (
  363.                 ),
  364.                  'width' => '',
  365.                  'defaultValue' => NULL,
  366.                  'columnLength' => 190,
  367.                  'regex' => '',
  368.                  'regexFlags' => 
  369.                 array (
  370.                 ),
  371.                  'unique' => false,
  372.                  'showCharCount' => false,
  373.                  'defaultValueGenerator' => '',
  374.               )),
  375.               => 
  376.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  377.                  'name' => 'email',
  378.                  'title' => 'Email',
  379.                  'tooltip' => '',
  380.                  'mandatory' => true,
  381.                  'noteditable' => false,
  382.                  'index' => true,
  383.                  'locked' => false,
  384.                  'style' => '',
  385.                  'permissions' => NULL,
  386.                  'datatype' => 'data',
  387.                  'fieldtype' => 'input',
  388.                  'relationType' => false,
  389.                  'invisible' => false,
  390.                  'visibleGridView' => false,
  391.                  'visibleSearch' => false,
  392.                  'blockedVarsForExport' => 
  393.                 array (
  394.                 ),
  395.                  'width' => '',
  396.                  'defaultValue' => NULL,
  397.                  'columnLength' => 190,
  398.                  'regex' => '',
  399.                  'regexFlags' => 
  400.                 array (
  401.                 ),
  402.                  'unique' => true,
  403.                  'showCharCount' => false,
  404.                  'defaultValueGenerator' => '',
  405.               )),
  406.               10 => 
  407.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  408.                  'name' => 'phoneNo',
  409.                  'title' => 'Phone No',
  410.                  'tooltip' => '',
  411.                  'mandatory' => false,
  412.                  'noteditable' => false,
  413.                  'index' => false,
  414.                  'locked' => false,
  415.                  'style' => '',
  416.                  'permissions' => NULL,
  417.                  'datatype' => 'data',
  418.                  'fieldtype' => 'input',
  419.                  'relationType' => false,
  420.                  'invisible' => false,
  421.                  'visibleGridView' => false,
  422.                  'visibleSearch' => false,
  423.                  'blockedVarsForExport' => 
  424.                 array (
  425.                 ),
  426.                  'width' => '',
  427.                  'defaultValue' => NULL,
  428.                  'columnLength' => 190,
  429.                  'regex' => '',
  430.                  'regexFlags' => 
  431.                 array (
  432.                 ),
  433.                  'unique' => false,
  434.                  'showCharCount' => false,
  435.                  'defaultValueGenerator' => '',
  436.               )),
  437.               11 => 
  438.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  439.                  'name' => 'department',
  440.                  'title' => 'Department',
  441.                  'tooltip' => '',
  442.                  'mandatory' => false,
  443.                  'noteditable' => false,
  444.                  'index' => false,
  445.                  'locked' => false,
  446.                  'style' => '',
  447.                  'permissions' => NULL,
  448.                  'datatype' => 'data',
  449.                  'fieldtype' => 'input',
  450.                  'relationType' => false,
  451.                  'invisible' => false,
  452.                  'visibleGridView' => false,
  453.                  'visibleSearch' => false,
  454.                  'blockedVarsForExport' => 
  455.                 array (
  456.                 ),
  457.                  'width' => '',
  458.                  'defaultValue' => NULL,
  459.                  'columnLength' => 190,
  460.                  'regex' => '',
  461.                  'regexFlags' => 
  462.                 array (
  463.                 ),
  464.                  'unique' => false,
  465.                  'showCharCount' => false,
  466.                  'defaultValueGenerator' => '',
  467.               )),
  468.               12 => 
  469.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  470.                  'name' => 'title',
  471.                  'title' => 'Title',
  472.                  'tooltip' => '',
  473.                  'mandatory' => false,
  474.                  'noteditable' => false,
  475.                  'index' => false,
  476.                  'locked' => false,
  477.                  'style' => '',
  478.                  'permissions' => NULL,
  479.                  'datatype' => 'data',
  480.                  'fieldtype' => 'input',
  481.                  'relationType' => false,
  482.                  'invisible' => false,
  483.                  'visibleGridView' => false,
  484.                  'visibleSearch' => false,
  485.                  'blockedVarsForExport' => 
  486.                 array (
  487.                 ),
  488.                  'width' => '',
  489.                  'defaultValue' => NULL,
  490.                  'columnLength' => 190,
  491.                  'regex' => '',
  492.                  'regexFlags' => 
  493.                 array (
  494.                 ),
  495.                  'unique' => false,
  496.                  'showCharCount' => false,
  497.                  'defaultValueGenerator' => '',
  498.               )),
  499.               13 => 
  500.               Pimcore\Model\DataObject\ClassDefinition\Data\Password::__set_state(array(
  501.                  'name' => 'password',
  502.                  'title' => 'Password',
  503.                  'tooltip' => '',
  504.                  'mandatory' => false,
  505.                  'noteditable' => false,
  506.                  'index' => true,
  507.                  'locked' => false,
  508.                  'style' => '',
  509.                  'permissions' => NULL,
  510.                  'datatype' => 'data',
  511.                  'fieldtype' => 'password',
  512.                  'relationType' => false,
  513.                  'invisible' => false,
  514.                  'visibleGridView' => false,
  515.                  'visibleSearch' => false,
  516.                  'blockedVarsForExport' => 
  517.                 array (
  518.                 ),
  519.                  'width' => '',
  520.                  'algorithm' => 'password_hash',
  521.                  'salt' => '',
  522.                  'saltlocation' => 'back',
  523.                  'minimumLength' => NULL,
  524.               )),
  525.               14 => 
  526.               Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  527.                  'name' => 'role',
  528.                  'title' => 'Role',
  529.                  'tooltip' => '',
  530.                  'mandatory' => true,
  531.                  'noteditable' => false,
  532.                  'index' => false,
  533.                  'locked' => false,
  534.                  'style' => '',
  535.                  'permissions' => NULL,
  536.                  'datatype' => 'data',
  537.                  'fieldtype' => 'manyToOneRelation',
  538.                  'relationType' => true,
  539.                  'invisible' => false,
  540.                  'visibleGridView' => false,
  541.                  'visibleSearch' => false,
  542.                  'blockedVarsForExport' => 
  543.                 array (
  544.                 ),
  545.                  'classes' => 
  546.                 array (
  547.                   => 
  548.                   array (
  549.                     'classes' => 'UserRole',
  550.                   ),
  551.                 ),
  552.                  'pathFormatterClass' => '',
  553.                  'width' => '',
  554.                  'assetUploadPath' => '',
  555.                  'objectsAllowed' => true,
  556.                  'assetsAllowed' => false,
  557.                  'assetTypes' => 
  558.                 array (
  559.                 ),
  560.                  'documentsAllowed' => false,
  561.                  'documentTypes' => 
  562.                 array (
  563.                 ),
  564.               )),
  565.               15 => 
  566.               Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  567.                  'name' => 'organization',
  568.                  'title' => 'Organization',
  569.                  'tooltip' => '',
  570.                  'mandatory' => true,
  571.                  'noteditable' => false,
  572.                  'index' => false,
  573.                  'locked' => false,
  574.                  'style' => '',
  575.                  'permissions' => NULL,
  576.                  'datatype' => 'data',
  577.                  'fieldtype' => 'manyToOneRelation',
  578.                  'relationType' => true,
  579.                  'invisible' => false,
  580.                  'visibleGridView' => false,
  581.                  'visibleSearch' => false,
  582.                  'blockedVarsForExport' => 
  583.                 array (
  584.                 ),
  585.                  'classes' => 
  586.                 array (
  587.                   => 
  588.                   array (
  589.                     'classes' => 'Organization',
  590.                   ),
  591.                 ),
  592.                  'pathFormatterClass' => '',
  593.                  'width' => '',
  594.                  'assetUploadPath' => '',
  595.                  'objectsAllowed' => true,
  596.                  'assetsAllowed' => false,
  597.                  'assetTypes' => 
  598.                 array (
  599.                 ),
  600.                  'documentsAllowed' => false,
  601.                  'documentTypes' => 
  602.                 array (
  603.                 ),
  604.               )),
  605.               16 => 
  606.               Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  607.                  'name' => 'createdBy',
  608.                  'title' => 'Created By',
  609.                  'tooltip' => '',
  610.                  'mandatory' => false,
  611.                  'noteditable' => false,
  612.                  'index' => false,
  613.                  'locked' => false,
  614.                  'style' => '',
  615.                  'permissions' => NULL,
  616.                  'datatype' => 'data',
  617.                  'fieldtype' => 'manyToOneRelation',
  618.                  'relationType' => true,
  619.                  'invisible' => false,
  620.                  'visibleGridView' => false,
  621.                  'visibleSearch' => false,
  622.                  'blockedVarsForExport' => 
  623.                 array (
  624.                 ),
  625.                  'classes' => 
  626.                 array (
  627.                   => 
  628.                   array (
  629.                     'classes' => 'Customer',
  630.                   ),
  631.                 ),
  632.                  'pathFormatterClass' => '',
  633.                  'width' => '',
  634.                  'assetUploadPath' => '',
  635.                  'objectsAllowed' => true,
  636.                  'assetsAllowed' => false,
  637.                  'assetTypes' => 
  638.                 array (
  639.                 ),
  640.                  'documentsAllowed' => false,
  641.                  'documentTypes' => 
  642.                 array (
  643.                 ),
  644.               )),
  645.               17 => 
  646.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  647.                  'name' => 'createdByUserName',
  648.                  'title' => 'Created By User Name',
  649.                  'tooltip' => '',
  650.                  'mandatory' => false,
  651.                  'noteditable' => false,
  652.                  'index' => false,
  653.                  'locked' => false,
  654.                  'style' => '',
  655.                  'permissions' => NULL,
  656.                  'datatype' => 'data',
  657.                  'fieldtype' => 'input',
  658.                  'relationType' => false,
  659.                  'invisible' => false,
  660.                  'visibleGridView' => false,
  661.                  'visibleSearch' => false,
  662.                  'blockedVarsForExport' => 
  663.                 array (
  664.                 ),
  665.                  'width' => '',
  666.                  'defaultValue' => NULL,
  667.                  'columnLength' => 190,
  668.                  'regex' => '',
  669.                  'regexFlags' => 
  670.                 array (
  671.                 ),
  672.                  'unique' => false,
  673.                  'showCharCount' => false,
  674.                  'defaultValueGenerator' => '',
  675.               )),
  676.               18 => 
  677.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  678.                  'name' => 'createdByUserEmail',
  679.                  'title' => 'Created By User Email',
  680.                  'tooltip' => '',
  681.                  'mandatory' => false,
  682.                  'noteditable' => false,
  683.                  'index' => false,
  684.                  'locked' => false,
  685.                  'style' => '',
  686.                  'permissions' => NULL,
  687.                  'datatype' => 'data',
  688.                  'fieldtype' => 'input',
  689.                  'relationType' => false,
  690.                  'invisible' => false,
  691.                  'visibleGridView' => false,
  692.                  'visibleSearch' => false,
  693.                  'blockedVarsForExport' => 
  694.                 array (
  695.                 ),
  696.                  'width' => '',
  697.                  'defaultValue' => NULL,
  698.                  'columnLength' => 190,
  699.                  'regex' => '',
  700.                  'regexFlags' => 
  701.                 array (
  702.                 ),
  703.                  'unique' => false,
  704.                  'showCharCount' => false,
  705.                  'defaultValueGenerator' => '',
  706.               )),
  707.               19 => 
  708.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  709.                  'name' => 'createdByUserStatus',
  710.                  'title' => 'Created By User Status',
  711.                  'tooltip' => '',
  712.                  'mandatory' => false,
  713.                  'noteditable' => false,
  714.                  'index' => false,
  715.                  'locked' => false,
  716.                  'style' => '',
  717.                  'permissions' => NULL,
  718.                  'datatype' => 'data',
  719.                  'fieldtype' => 'input',
  720.                  'relationType' => false,
  721.                  'invisible' => false,
  722.                  'visibleGridView' => false,
  723.                  'visibleSearch' => false,
  724.                  'blockedVarsForExport' => 
  725.                 array (
  726.                 ),
  727.                  'width' => '',
  728.                  'defaultValue' => NULL,
  729.                  'columnLength' => 190,
  730.                  'regex' => '',
  731.                  'regexFlags' => 
  732.                 array (
  733.                 ),
  734.                  'unique' => false,
  735.                  'showCharCount' => false,
  736.                  'defaultValueGenerator' => '',
  737.               )),
  738.               20 => 
  739.               Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array(
  740.                  'name' => 'restrictCoOrdinates',
  741.                  'type' => NULL,
  742.                  'region' => NULL,
  743.                  'title' => 'Restricted Co-Ordniates',
  744.                  'width' => '',
  745.                  'height' => '',
  746.                  'collapsible' => true,
  747.                  'collapsed' => true,
  748.                  'bodyStyle' => '',
  749.                  'datatype' => 'layout',
  750.                  'permissions' => NULL,
  751.                  'children' => 
  752.                 array (
  753.                   => 
  754.                   Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  755.                      'name' => 'restrictedOrdinates',
  756.                      'title' => 'Restricted Ordinates',
  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.                   => 
  780.                   Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array(
  781.                      'name' => 'noOfCoOrdinates',
  782.                      'title' => 'No Of Co Ordinates',
  783.                      'tooltip' => '',
  784.                      'mandatory' => false,
  785.                      'noteditable' => false,
  786.                      'index' => false,
  787.                      'locked' => false,
  788.                      'style' => '',
  789.                      'permissions' => NULL,
  790.                      'datatype' => 'data',
  791.                      'fieldtype' => 'numeric',
  792.                      'relationType' => false,
  793.                      'invisible' => false,
  794.                      'visibleGridView' => false,
  795.                      'visibleSearch' => false,
  796.                      'blockedVarsForExport' => 
  797.                     array (
  798.                     ),
  799.                      'width' => '',
  800.                      'defaultValue' => NULL,
  801.                      'integer' => false,
  802.                      'unsigned' => false,
  803.                      'minValue' => NULL,
  804.                      'maxValue' => NULL,
  805.                      'unique' => false,
  806.                      'decimalSize' => NULL,
  807.                      'decimalPrecision' => NULL,
  808.                      'defaultValueGenerator' => '',
  809.                   )),
  810.                   => 
  811.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  812.                      'name' => 'customerIP',
  813.                      'title' => 'Customer I P',
  814.                      'tooltip' => '',
  815.                      'mandatory' => false,
  816.                      'noteditable' => false,
  817.                      'index' => false,
  818.                      'locked' => false,
  819.                      'style' => '',
  820.                      'permissions' => NULL,
  821.                      'datatype' => 'data',
  822.                      'fieldtype' => 'input',
  823.                      'relationType' => false,
  824.                      'invisible' => false,
  825.                      'visibleGridView' => false,
  826.                      'visibleSearch' => false,
  827.                      'blockedVarsForExport' => 
  828.                     array (
  829.                     ),
  830.                      'width' => '',
  831.                      'defaultValue' => NULL,
  832.                      'columnLength' => 190,
  833.                      'regex' => '',
  834.                      'regexFlags' => 
  835.                     array (
  836.                     ),
  837.                      'unique' => false,
  838.                      'showCharCount' => false,
  839.                      'defaultValueGenerator' => '',
  840.                   )),
  841.                   => 
  842.                   Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  843.                      'name' => 'userCoOrdinates',
  844.                      'title' => 'User Co Ordinates',
  845.                      'tooltip' => '',
  846.                      'mandatory' => false,
  847.                      'noteditable' => true,
  848.                      'index' => false,
  849.                      'locked' => false,
  850.                      'style' => '',
  851.                      'permissions' => NULL,
  852.                      'datatype' => 'data',
  853.                      'fieldtype' => 'textarea',
  854.                      'relationType' => false,
  855.                      'invisible' => false,
  856.                      'visibleGridView' => false,
  857.                      'visibleSearch' => false,
  858.                      'blockedVarsForExport' => 
  859.                     array (
  860.                     ),
  861.                      'width' => '',
  862.                      'height' => '',
  863.                      'maxLength' => NULL,
  864.                      'showCharCount' => false,
  865.                      'excludeFromSearchIndex' => false,
  866.                   )),
  867.                 ),
  868.                  'locked' => false,
  869.                  'blockedVarsForExport' => 
  870.                 array (
  871.                 ),
  872.                  'fieldtype' => 'fieldset',
  873.                  'labelWidth' => 0,
  874.                  'labelAlign' => 'left',
  875.               )),
  876.               21 => 
  877.               Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array(
  878.                  'name' => 'Current Packages',
  879.                  'type' => NULL,
  880.                  'region' => NULL,
  881.                  'title' => 'Current Packages',
  882.                  'width' => '',
  883.                  'height' => '',
  884.                  'collapsible' => false,
  885.                  'collapsed' => false,
  886.                  'bodyStyle' => '',
  887.                  'datatype' => 'layout',
  888.                  'permissions' => NULL,
  889.                  'children' => 
  890.                 array (
  891.                   => 
  892.                   Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  893.                      'name' => 'permissionGroups',
  894.                      'title' => 'Permission Groups',
  895.                      'tooltip' => '',
  896.                      'mandatory' => false,
  897.                      'noteditable' => false,
  898.                      'index' => false,
  899.                      'locked' => false,
  900.                      'style' => '',
  901.                      'permissions' => NULL,
  902.                      'datatype' => 'data',
  903.                      'fieldtype' => 'manyToManyObjectRelation',
  904.                      'relationType' => true,
  905.                      'invisible' => false,
  906.                      'visibleGridView' => false,
  907.                      'visibleSearch' => false,
  908.                      'blockedVarsForExport' => 
  909.                     array (
  910.                     ),
  911.                      'classes' => 
  912.                     array (
  913.                       => 
  914.                       array (
  915.                         'classes' => 'PermissionGroup',
  916.                       ),
  917.                     ),
  918.                      'pathFormatterClass' => '',
  919.                      'width' => '',
  920.                      'height' => '',
  921.                      'maxItems' => NULL,
  922.                      'visibleFields' => 'id,key,published,filename,name,apiGroup',
  923.                      'allowToCreateNewObject' => false,
  924.                      'optimizedAdminLoading' => false,
  925.                      'enableTextSelection' => false,
  926.                      'visibleFieldDefinitions' => 
  927.                     array (
  928.                     ),
  929.                   )),
  930.                   => 
  931.                   Pimcore\Model\DataObject\ClassDefinition\Data\ReverseObjectRelation::__set_state(array(
  932.                      'name' => 'subscription',
  933.                      'title' => 'Subscription',
  934.                      'tooltip' => '',
  935.                      'mandatory' => false,
  936.                      'noteditable' => false,
  937.                      'index' => false,
  938.                      'locked' => false,
  939.                      'style' => '',
  940.                      'permissions' => NULL,
  941.                      'datatype' => 'data',
  942.                      'fieldtype' => 'reverseObjectRelation',
  943.                      'relationType' => true,
  944.                      'invisible' => false,
  945.                      'visibleGridView' => false,
  946.                      'visibleSearch' => false,
  947.                      'blockedVarsForExport' => 
  948.                     array (
  949.                     ),
  950.                      'classes' => 
  951.                     array (
  952.                     ),
  953.                      'pathFormatterClass' => '',
  954.                      'width' => '',
  955.                      'height' => '',
  956.                      'maxItems' => NULL,
  957.                      'visibleFields' => NULL,
  958.                      'allowToCreateNewObject' => true,
  959.                      'optimizedAdminLoading' => false,
  960.                      'enableTextSelection' => false,
  961.                      'visibleFieldDefinitions' => 
  962.                     array (
  963.                     ),
  964.                      'ownerClassName' => 'Subscription',
  965.                      'ownerClassId' => NULL,
  966.                      'ownerFieldName' => 'subscribedUser',
  967.                      'lazyLoading' => true,
  968.                   )),
  969.                   => 
  970.                   Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  971.                      'name' => 'userGroup',
  972.                      'title' => 'User Group',
  973.                      'tooltip' => '',
  974.                      'mandatory' => false,
  975.                      'noteditable' => false,
  976.                      'index' => false,
  977.                      'locked' => false,
  978.                      'style' => '',
  979.                      'permissions' => NULL,
  980.                      'datatype' => 'data',
  981.                      'fieldtype' => 'manyToManyObjectRelation',
  982.                      'relationType' => true,
  983.                      'invisible' => false,
  984.                      'visibleGridView' => false,
  985.                      'visibleSearch' => false,
  986.                      'blockedVarsForExport' => 
  987.                     array (
  988.                     ),
  989.                      'classes' => 
  990.                     array (
  991.                       => 
  992.                       array (
  993.                         'classes' => 'UserGroup',
  994.                       ),
  995.                     ),
  996.                      'pathFormatterClass' => '',
  997.                      'width' => '',
  998.                      'height' => '',
  999.                      'maxItems' => NULL,
  1000.                      'visibleFields' => 'id,key,published,classname,filename,name,apiGroup',
  1001.                      'allowToCreateNewObject' => false,
  1002.                      'optimizedAdminLoading' => false,
  1003.                      'enableTextSelection' => false,
  1004.                      'visibleFieldDefinitions' => 
  1005.                     array (
  1006.                     ),
  1007.                   )),
  1008.                   => 
  1009.                   Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  1010.                      'name' => 'tag',
  1011.                      'title' => 'Tag',
  1012.                      'tooltip' => '',
  1013.                      'mandatory' => false,
  1014.                      'noteditable' => false,
  1015.                      'index' => false,
  1016.                      'locked' => false,
  1017.                      'style' => '',
  1018.                      'permissions' => NULL,
  1019.                      'datatype' => 'data',
  1020.                      'fieldtype' => 'manyToOneRelation',
  1021.                      'relationType' => true,
  1022.                      'invisible' => false,
  1023.                      'visibleGridView' => false,
  1024.                      'visibleSearch' => false,
  1025.                      'blockedVarsForExport' => 
  1026.                     array (
  1027.                     ),
  1028.                      'classes' => 
  1029.                     array (
  1030.                       => 
  1031.                       array (
  1032.                         'classes' => 'UserTag',
  1033.                       ),
  1034.                     ),
  1035.                      'pathFormatterClass' => '',
  1036.                      'width' => '',
  1037.                      'assetUploadPath' => '',
  1038.                      'objectsAllowed' => true,
  1039.                      'assetsAllowed' => false,
  1040.                      'assetTypes' => 
  1041.                     array (
  1042.                     ),
  1043.                      'documentsAllowed' => false,
  1044.                      'documentTypes' => 
  1045.                     array (
  1046.                     ),
  1047.                   )),
  1048.                 ),
  1049.                  'locked' => false,
  1050.                  'blockedVarsForExport' => 
  1051.                 array (
  1052.                 ),
  1053.                  'fieldtype' => 'fieldset',
  1054.                  'labelWidth' => 0,
  1055.                  'labelAlign' => 'left',
  1056.               )),
  1057.               22 => 
  1058.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1059.                  'name' => 'CrmId',
  1060.                  'title' => 'CRM ID',
  1061.                  'tooltip' => '',
  1062.                  'mandatory' => false,
  1063.                  'noteditable' => false,
  1064.                  'index' => false,
  1065.                  'locked' => false,
  1066.                  'style' => '',
  1067.                  'permissions' => NULL,
  1068.                  'datatype' => 'data',
  1069.                  'fieldtype' => 'input',
  1070.                  'relationType' => false,
  1071.                  'invisible' => false,
  1072.                  'visibleGridView' => false,
  1073.                  'visibleSearch' => false,
  1074.                  'blockedVarsForExport' => 
  1075.                 array (
  1076.                 ),
  1077.                  'width' => '',
  1078.                  'defaultValue' => NULL,
  1079.                  'columnLength' => 190,
  1080.                  'regex' => '',
  1081.                  'regexFlags' => 
  1082.                 array (
  1083.                 ),
  1084.                  'unique' => false,
  1085.                  'showCharCount' => false,
  1086.                  'defaultValueGenerator' => '',
  1087.               )),
  1088.               23 => 
  1089.               Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array(
  1090.                  'name' => 'iqamaId',
  1091.                  'title' => 'Iqama Id',
  1092.                  'tooltip' => '',
  1093.                  'mandatory' => false,
  1094.                  'noteditable' => false,
  1095.                  'index' => false,
  1096.                  'locked' => false,
  1097.                  'style' => '',
  1098.                  'permissions' => NULL,
  1099.                  'datatype' => 'data',
  1100.                  'fieldtype' => 'numeric',
  1101.                  'relationType' => false,
  1102.                  'invisible' => false,
  1103.                  'visibleGridView' => false,
  1104.                  'visibleSearch' => false,
  1105.                  'blockedVarsForExport' => 
  1106.                 array (
  1107.                 ),
  1108.                  'width' => '',
  1109.                  'defaultValue' => NULL,
  1110.                  'integer' => false,
  1111.                  'unsigned' => false,
  1112.                  'minValue' => NULL,
  1113.                  'maxValue' => NULL,
  1114.                  'unique' => false,
  1115.                  'decimalSize' => NULL,
  1116.                  'decimalPrecision' => NULL,
  1117.                  'defaultValueGenerator' => '',
  1118.               )),
  1119.               24 => 
  1120.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1121.                  'name' => 'ncmCRMID',
  1122.                  'title' => 'Ncm C R M I D',
  1123.                  'tooltip' => '',
  1124.                  'mandatory' => false,
  1125.                  'noteditable' => false,
  1126.                  'index' => false,
  1127.                  'locked' => false,
  1128.                  'style' => '',
  1129.                  'permissions' => NULL,
  1130.                  'datatype' => 'data',
  1131.                  'fieldtype' => 'input',
  1132.                  'relationType' => false,
  1133.                  'invisible' => false,
  1134.                  'visibleGridView' => false,
  1135.                  'visibleSearch' => false,
  1136.                  'blockedVarsForExport' => 
  1137.                 array (
  1138.                 ),
  1139.                  'width' => '',
  1140.                  'defaultValue' => NULL,
  1141.                  'columnLength' => 190,
  1142.                  'regex' => '',
  1143.                  'regexFlags' => 
  1144.                 array (
  1145.                 ),
  1146.                  'unique' => false,
  1147.                  'showCharCount' => false,
  1148.                  'defaultValueGenerator' => '',
  1149.               )),
  1150.               25 => 
  1151.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1152.                  'name' => 'isSuperAdmin',
  1153.                  'title' => 'Is Super Admin',
  1154.                  'tooltip' => '',
  1155.                  'mandatory' => false,
  1156.                  'noteditable' => false,
  1157.                  'index' => false,
  1158.                  'locked' => false,
  1159.                  'style' => '',
  1160.                  'permissions' => NULL,
  1161.                  'datatype' => 'data',
  1162.                  'fieldtype' => 'checkbox',
  1163.                  'relationType' => false,
  1164.                  'invisible' => false,
  1165.                  'visibleGridView' => false,
  1166.                  'visibleSearch' => false,
  1167.                  'blockedVarsForExport' => 
  1168.                 array (
  1169.                 ),
  1170.                  'defaultValue' => NULL,
  1171.                  'defaultValueGenerator' => '',
  1172.               )),
  1173.               26 => 
  1174.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1175.                  'name' => 'isArchive',
  1176.                  'title' => 'Is Archive',
  1177.                  'tooltip' => '',
  1178.                  'mandatory' => false,
  1179.                  'noteditable' => false,
  1180.                  'index' => false,
  1181.                  'locked' => false,
  1182.                  'style' => '',
  1183.                  'permissions' => NULL,
  1184.                  'datatype' => 'data',
  1185.                  'fieldtype' => 'checkbox',
  1186.                  'relationType' => false,
  1187.                  'invisible' => false,
  1188.                  'visibleGridView' => false,
  1189.                  'visibleSearch' => false,
  1190.                  'blockedVarsForExport' => 
  1191.                 array (
  1192.                 ),
  1193.                  'defaultValue' => 0,
  1194.                  'defaultValueGenerator' => '',
  1195.               )),
  1196.             ),
  1197.              'locked' => false,
  1198.              'blockedVarsForExport' => 
  1199.             array (
  1200.             ),
  1201.              'fieldtype' => 'panel',
  1202.              'layout' => NULL,
  1203.              'border' => false,
  1204.              'icon' => '',
  1205.              'labelWidth' => 0,
  1206.              'labelAlign' => 'left',
  1207.           )),
  1208.           => 
  1209.           Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  1210.              'name' => 'Tokens',
  1211.              'type' => NULL,
  1212.              'region' => NULL,
  1213.              'title' => 'Tokens',
  1214.              'width' => '',
  1215.              'height' => '',
  1216.              'collapsible' => false,
  1217.              'collapsed' => false,
  1218.              'bodyStyle' => '',
  1219.              'datatype' => 'layout',
  1220.              'permissions' => NULL,
  1221.              'children' => 
  1222.             array (
  1223.               => 
  1224.               Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1225.                  'name' => 'unSubscribeCustomNotificationToken',
  1226.                  'title' => 'Un Subscribe Custom Notification Token',
  1227.                  'tooltip' => '',
  1228.                  'mandatory' => false,
  1229.                  'noteditable' => false,
  1230.                  'index' => false,
  1231.                  'locked' => false,
  1232.                  'style' => '',
  1233.                  'permissions' => NULL,
  1234.                  'datatype' => 'data',
  1235.                  'fieldtype' => 'textarea',
  1236.                  'relationType' => false,
  1237.                  'invisible' => false,
  1238.                  'visibleGridView' => false,
  1239.                  'visibleSearch' => false,
  1240.                  'blockedVarsForExport' => 
  1241.                 array (
  1242.                 ),
  1243.                  'width' => '',
  1244.                  'height' => '',
  1245.                  'maxLength' => NULL,
  1246.                  'showCharCount' => false,
  1247.                  'excludeFromSearchIndex' => false,
  1248.               )),
  1249.               => 
  1250.               Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1251.                  'name' => 'unSubscribeToken',
  1252.                  'title' => 'Un Subscribe Token',
  1253.                  'tooltip' => '',
  1254.                  'mandatory' => false,
  1255.                  'noteditable' => false,
  1256.                  'index' => false,
  1257.                  'locked' => false,
  1258.                  'style' => '',
  1259.                  'permissions' => NULL,
  1260.                  'datatype' => 'data',
  1261.                  'fieldtype' => 'textarea',
  1262.                  'relationType' => false,
  1263.                  'invisible' => false,
  1264.                  'visibleGridView' => false,
  1265.                  'visibleSearch' => false,
  1266.                  'blockedVarsForExport' => 
  1267.                 array (
  1268.                 ),
  1269.                  'width' => '',
  1270.                  'height' => '',
  1271.                  'maxLength' => NULL,
  1272.                  'showCharCount' => false,
  1273.                  'excludeFromSearchIndex' => false,
  1274.               )),
  1275.               => 
  1276.               Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1277.                  'name' => 'resetPasswordToken',
  1278.                  'title' => 'Reset Password Token',
  1279.                  'tooltip' => '',
  1280.                  'mandatory' => false,
  1281.                  'noteditable' => false,
  1282.                  'index' => false,
  1283.                  'locked' => false,
  1284.                  'style' => '',
  1285.                  'permissions' => NULL,
  1286.                  'datatype' => 'data',
  1287.                  'fieldtype' => 'textarea',
  1288.                  'relationType' => false,
  1289.                  'invisible' => false,
  1290.                  'visibleGridView' => false,
  1291.                  'visibleSearch' => false,
  1292.                  'blockedVarsForExport' => 
  1293.                 array (
  1294.                 ),
  1295.                  'width' => '',
  1296.                  'height' => 150,
  1297.                  'maxLength' => NULL,
  1298.                  'showCharCount' => false,
  1299.                  'excludeFromSearchIndex' => false,
  1300.               )),
  1301.               => 
  1302.               Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1303.                  'name' => 'deviceToken',
  1304.                  'title' => 'Device Token',
  1305.                  'tooltip' => '',
  1306.                  'mandatory' => false,
  1307.                  'noteditable' => false,
  1308.                  'index' => false,
  1309.                  'locked' => false,
  1310.                  'style' => '',
  1311.                  'permissions' => NULL,
  1312.                  'datatype' => 'data',
  1313.                  'fieldtype' => 'textarea',
  1314.                  'relationType' => false,
  1315.                  'invisible' => false,
  1316.                  'visibleGridView' => false,
  1317.                  'visibleSearch' => false,
  1318.                  'blockedVarsForExport' => 
  1319.                 array (
  1320.                 ),
  1321.                  'width' => '',
  1322.                  'height' => '',
  1323.                  'maxLength' => NULL,
  1324.                  'showCharCount' => false,
  1325.                  'excludeFromSearchIndex' => false,
  1326.               )),
  1327.               => 
  1328.               Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1329.                  'name' => 'token',
  1330.                  'title' => 'Token',
  1331.                  'tooltip' => '',
  1332.                  'mandatory' => false,
  1333.                  'noteditable' => true,
  1334.                  'index' => false,
  1335.                  'locked' => false,
  1336.                  'style' => '',
  1337.                  'permissions' => NULL,
  1338.                  'datatype' => 'data',
  1339.                  'fieldtype' => 'textarea',
  1340.                  'relationType' => false,
  1341.                  'invisible' => false,
  1342.                  'visibleGridView' => false,
  1343.                  'visibleSearch' => false,
  1344.                  'blockedVarsForExport' => 
  1345.                 array (
  1346.                 ),
  1347.                  'width' => '',
  1348.                  'height' => 150,
  1349.                  'maxLength' => NULL,
  1350.                  'showCharCount' => false,
  1351.                  'excludeFromSearchIndex' => false,
  1352.               )),
  1353.               => 
  1354.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1355.                  'name' => 'otp',
  1356.                  'title' => 'Otp',
  1357.                  'tooltip' => '',
  1358.                  'mandatory' => false,
  1359.                  'noteditable' => false,
  1360.                  'index' => true,
  1361.                  'locked' => false,
  1362.                  'style' => '',
  1363.                  'permissions' => NULL,
  1364.                  'datatype' => 'data',
  1365.                  'fieldtype' => 'input',
  1366.                  'relationType' => false,
  1367.                  'invisible' => true,
  1368.                  'visibleGridView' => false,
  1369.                  'visibleSearch' => false,
  1370.                  'blockedVarsForExport' => 
  1371.                 array (
  1372.                 ),
  1373.                  'width' => '',
  1374.                  'defaultValue' => NULL,
  1375.                  'columnLength' => 190,
  1376.                  'regex' => '',
  1377.                  'regexFlags' => 
  1378.                 array (
  1379.                 ),
  1380.                  'unique' => false,
  1381.                  'showCharCount' => false,
  1382.                  'defaultValueGenerator' => '',
  1383.               )),
  1384.               => 
  1385.               Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1386.                  'name' => 'jwtLoginToken',
  1387.                  'title' => 'JWT Login Token',
  1388.                  'tooltip' => '',
  1389.                  'mandatory' => false,
  1390.                  'noteditable' => false,
  1391.                  'index' => false,
  1392.                  'locked' => false,
  1393.                  'style' => '',
  1394.                  'permissions' => NULL,
  1395.                  'datatype' => 'data',
  1396.                  'fieldtype' => 'textarea',
  1397.                  'relationType' => false,
  1398.                  'invisible' => true,
  1399.                  'visibleGridView' => false,
  1400.                  'visibleSearch' => false,
  1401.                  'blockedVarsForExport' => 
  1402.                 array (
  1403.                 ),
  1404.                  'width' => '',
  1405.                  'height' => '',
  1406.                  'maxLength' => NULL,
  1407.                  'showCharCount' => false,
  1408.                  'excludeFromSearchIndex' => false,
  1409.               )),
  1410.               => 
  1411.               Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1412.                  'name' => 'ewsNotificationToken',
  1413.                  'title' => 'Ews Notification Token',
  1414.                  'tooltip' => '',
  1415.                  'mandatory' => false,
  1416.                  'noteditable' => true,
  1417.                  'index' => false,
  1418.                  'locked' => false,
  1419.                  'style' => '',
  1420.                  'permissions' => NULL,
  1421.                  'datatype' => 'data',
  1422.                  'fieldtype' => 'textarea',
  1423.                  'relationType' => false,
  1424.                  'invisible' => false,
  1425.                  'visibleGridView' => false,
  1426.                  'visibleSearch' => false,
  1427.                  'blockedVarsForExport' => 
  1428.                 array (
  1429.                 ),
  1430.                  'width' => '',
  1431.                  'height' => '',
  1432.                  'maxLength' => NULL,
  1433.                  'showCharCount' => false,
  1434.                  'excludeFromSearchIndex' => false,
  1435.               )),
  1436.               => 
  1437.               Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1438.                  'name' => 'jwtToken',
  1439.                  'title' => 'JWT Token',
  1440.                  'tooltip' => '',
  1441.                  'mandatory' => false,
  1442.                  'noteditable' => true,
  1443.                  'index' => false,
  1444.                  'locked' => false,
  1445.                  'style' => '',
  1446.                  'permissions' => NULL,
  1447.                  'datatype' => 'data',
  1448.                  'fieldtype' => 'textarea',
  1449.                  'relationType' => false,
  1450.                  'invisible' => false,
  1451.                  'visibleGridView' => false,
  1452.                  'visibleSearch' => false,
  1453.                  'blockedVarsForExport' => 
  1454.                 array (
  1455.                 ),
  1456.                  'width' => '',
  1457.                  'height' => '',
  1458.                  'maxLength' => NULL,
  1459.                  'showCharCount' => false,
  1460.                  'excludeFromSearchIndex' => false,
  1461.               )),
  1462.               => 
  1463.               Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array(
  1464.                  'name' => 'jwtTokenExpiry',
  1465.                  'title' => 'Jwt Token Expiry',
  1466.                  'tooltip' => '',
  1467.                  'mandatory' => false,
  1468.                  'noteditable' => true,
  1469.                  'index' => false,
  1470.                  'locked' => false,
  1471.                  'style' => '',
  1472.                  'permissions' => NULL,
  1473.                  'datatype' => 'data',
  1474.                  'fieldtype' => 'datetime',
  1475.                  'relationType' => false,
  1476.                  'invisible' => false,
  1477.                  'visibleGridView' => false,
  1478.                  'visibleSearch' => false,
  1479.                  'blockedVarsForExport' => 
  1480.                 array (
  1481.                 ),
  1482.                  'queryColumnType' => 'bigint(20)',
  1483.                  'columnType' => 'bigint(20)',
  1484.                  'defaultValue' => NULL,
  1485.                  'useCurrentDate' => false,
  1486.                  'defaultValueGenerator' => '',
  1487.               )),
  1488.             ),
  1489.              'locked' => false,
  1490.              'blockedVarsForExport' => 
  1491.             array (
  1492.             ),
  1493.              'fieldtype' => 'panel',
  1494.              'layout' => NULL,
  1495.              'border' => false,
  1496.              'icon' => '',
  1497.              'labelWidth' => 0,
  1498.              'labelAlign' => 'left',
  1499.           )),
  1500.           => 
  1501.           Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  1502.              'name' => 'forPublicUser',
  1503.              'type' => NULL,
  1504.              'region' => NULL,
  1505.              'title' => 'Only For Public Users',
  1506.              'width' => '',
  1507.              'height' => '',
  1508.              'collapsible' => false,
  1509.              'collapsed' => false,
  1510.              'bodyStyle' => '',
  1511.              'datatype' => 'layout',
  1512.              'permissions' => NULL,
  1513.              'children' => 
  1514.             array (
  1515.               => 
  1516.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1517.                  'name' => 'userId',
  1518.                  'title' => 'User Id',
  1519.                  'tooltip' => '',
  1520.                  'mandatory' => false,
  1521.                  'noteditable' => true,
  1522.                  'index' => false,
  1523.                  'locked' => false,
  1524.                  'style' => '',
  1525.                  'permissions' => NULL,
  1526.                  'datatype' => 'data',
  1527.                  'fieldtype' => 'input',
  1528.                  'relationType' => false,
  1529.                  'invisible' => false,
  1530.                  'visibleGridView' => false,
  1531.                  'visibleSearch' => false,
  1532.                  'blockedVarsForExport' => 
  1533.                 array (
  1534.                 ),
  1535.                  'width' => 700,
  1536.                  'defaultValue' => NULL,
  1537.                  'columnLength' => 190,
  1538.                  'regex' => '',
  1539.                  'regexFlags' => 
  1540.                 array (
  1541.                 ),
  1542.                  'unique' => false,
  1543.                  'showCharCount' => false,
  1544.                  'defaultValueGenerator' => '',
  1545.               )),
  1546.               => 
  1547.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1548.                  'name' => 'secretKey',
  1549.                  'title' => 'Secret Key  ',
  1550.                  'tooltip' => '',
  1551.                  'mandatory' => false,
  1552.                  'noteditable' => true,
  1553.                  'index' => false,
  1554.                  'locked' => false,
  1555.                  'style' => '',
  1556.                  'permissions' => NULL,
  1557.                  'datatype' => 'data',
  1558.                  'fieldtype' => 'input',
  1559.                  'relationType' => false,
  1560.                  'invisible' => false,
  1561.                  'visibleGridView' => false,
  1562.                  'visibleSearch' => false,
  1563.                  'blockedVarsForExport' => 
  1564.                 array (
  1565.                 ),
  1566.                  'width' => 700,
  1567.                  'defaultValue' => NULL,
  1568.                  'columnLength' => 190,
  1569.                  'regex' => '',
  1570.                  'regexFlags' => 
  1571.                 array (
  1572.                 ),
  1573.                  'unique' => false,
  1574.                  'showCharCount' => false,
  1575.                  'defaultValueGenerator' => '',
  1576.               )),
  1577.             ),
  1578.              'locked' => false,
  1579.              'blockedVarsForExport' => 
  1580.             array (
  1581.             ),
  1582.              'fieldtype' => 'panel',
  1583.              'layout' => NULL,
  1584.              'border' => false,
  1585.              'icon' => '',
  1586.              'labelWidth' => 0,
  1587.              'labelAlign' => 'left',
  1588.           )),
  1589.           => 
  1590.           Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  1591.              'name' => 'Layout',
  1592.              'type' => NULL,
  1593.              'region' => NULL,
  1594.              'title' => 'Subscription',
  1595.              'width' => '',
  1596.              'height' => '',
  1597.              'collapsible' => false,
  1598.              'collapsed' => false,
  1599.              'bodyStyle' => '',
  1600.              'datatype' => 'layout',
  1601.              'permissions' => NULL,
  1602.              'children' => 
  1603.             array (
  1604.               => 
  1605.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1606.                  'name' => 'customNotification',
  1607.                  'title' => 'Custom Notification',
  1608.                  'tooltip' => '',
  1609.                  'mandatory' => false,
  1610.                  'noteditable' => false,
  1611.                  'index' => false,
  1612.                  'locked' => false,
  1613.                  'style' => '',
  1614.                  'permissions' => NULL,
  1615.                  'datatype' => 'data',
  1616.                  'fieldtype' => 'checkbox',
  1617.                  'relationType' => false,
  1618.                  'invisible' => false,
  1619.                  'visibleGridView' => false,
  1620.                  'visibleSearch' => false,
  1621.                  'blockedVarsForExport' => 
  1622.                 array (
  1623.                 ),
  1624.                  'defaultValue' => 1,
  1625.                  'defaultValueGenerator' => '',
  1626.               )),
  1627.               => 
  1628.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1629.                  'name' => 'severeWeatherAlert',
  1630.                  'title' => 'Severe Weather Alert',
  1631.                  'tooltip' => '',
  1632.                  'mandatory' => false,
  1633.                  'noteditable' => false,
  1634.                  'index' => false,
  1635.                  'locked' => false,
  1636.                  'style' => '',
  1637.                  'permissions' => NULL,
  1638.                  'datatype' => 'data',
  1639.                  'fieldtype' => 'checkbox',
  1640.                  'relationType' => false,
  1641.                  'invisible' => false,
  1642.                  'visibleGridView' => false,
  1643.                  'visibleSearch' => false,
  1644.                  'blockedVarsForExport' => 
  1645.                 array (
  1646.                 ),
  1647.                  'defaultValue' => 1,
  1648.                  'defaultValueGenerator' => '',
  1649.               )),
  1650.               => 
  1651.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1652.                  'name' => 'earlyWarningNotification',
  1653.                  'title' => 'Early Warning Notification',
  1654.                  'tooltip' => '',
  1655.                  'mandatory' => false,
  1656.                  'noteditable' => false,
  1657.                  'index' => false,
  1658.                  'locked' => false,
  1659.                  'style' => '',
  1660.                  'permissions' => NULL,
  1661.                  'datatype' => 'data',
  1662.                  'fieldtype' => 'checkbox',
  1663.                  'relationType' => false,
  1664.                  'invisible' => false,
  1665.                  'visibleGridView' => false,
  1666.                  'visibleSearch' => false,
  1667.                  'blockedVarsForExport' => 
  1668.                 array (
  1669.                 ),
  1670.                  'defaultValue' => 1,
  1671.                  'defaultValueGenerator' => '',
  1672.               )),
  1673.               => 
  1674.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1675.                  'name' => 'advanceCustomNotification',
  1676.                  'title' => 'Advance Custom Notification',
  1677.                  'tooltip' => '',
  1678.                  'mandatory' => false,
  1679.                  'noteditable' => false,
  1680.                  'index' => false,
  1681.                  'locked' => false,
  1682.                  'style' => '',
  1683.                  'permissions' => NULL,
  1684.                  'datatype' => 'data',
  1685.                  'fieldtype' => 'checkbox',
  1686.                  'relationType' => false,
  1687.                  'invisible' => false,
  1688.                  'visibleGridView' => false,
  1689.                  'visibleSearch' => false,
  1690.                  'blockedVarsForExport' => 
  1691.                 array (
  1692.                 ),
  1693.                  'defaultValue' => NULL,
  1694.                  'defaultValueGenerator' => '',
  1695.               )),
  1696.               => 
  1697.               Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1698.                  'name' => 'unSubToken',
  1699.                  'title' => 'Un Sub Token',
  1700.                  'tooltip' => '',
  1701.                  'mandatory' => false,
  1702.                  'noteditable' => true,
  1703.                  'index' => false,
  1704.                  'locked' => false,
  1705.                  'style' => '',
  1706.                  'permissions' => NULL,
  1707.                  'datatype' => 'data',
  1708.                  'fieldtype' => 'textarea',
  1709.                  'relationType' => false,
  1710.                  'invisible' => false,
  1711.                  'visibleGridView' => false,
  1712.                  'visibleSearch' => false,
  1713.                  'blockedVarsForExport' => 
  1714.                 array (
  1715.                 ),
  1716.                  'width' => '',
  1717.                  'height' => '',
  1718.                  'maxLength' => NULL,
  1719.                  'showCharCount' => false,
  1720.                  'excludeFromSearchIndex' => false,
  1721.               )),
  1722.             ),
  1723.              'locked' => false,
  1724.              'blockedVarsForExport' => 
  1725.             array (
  1726.             ),
  1727.              'fieldtype' => 'panel',
  1728.              'layout' => NULL,
  1729.              'border' => false,
  1730.              'icon' => '',
  1731.              'labelWidth' => 0,
  1732.              'labelAlign' => 'left',
  1733.           )),
  1734.           => 
  1735.           Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  1736.              'name' => 'Comments Status',
  1737.              'type' => NULL,
  1738.              'region' => NULL,
  1739.              'title' => 'Comments',
  1740.              'width' => '',
  1741.              'height' => '',
  1742.              'collapsible' => false,
  1743.              'collapsed' => false,
  1744.              'bodyStyle' => '',
  1745.              'datatype' => 'layout',
  1746.              'permissions' => NULL,
  1747.              'children' => 
  1748.             array (
  1749.               => 
  1750.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1751.                  'name' => 'agriculture',
  1752.                  'title' => 'Agriculture',
  1753.                  'tooltip' => '',
  1754.                  'mandatory' => false,
  1755.                  'noteditable' => false,
  1756.                  'index' => false,
  1757.                  'locked' => false,
  1758.                  'style' => '',
  1759.                  'permissions' => NULL,
  1760.                  'datatype' => 'data',
  1761.                  'fieldtype' => 'checkbox',
  1762.                  'relationType' => false,
  1763.                  'invisible' => false,
  1764.                  'visibleGridView' => false,
  1765.                  'visibleSearch' => false,
  1766.                  'blockedVarsForExport' => 
  1767.                 array (
  1768.                 ),
  1769.                  'defaultValue' => 0,
  1770.                  'defaultValueGenerator' => '',
  1771.               )),
  1772.               => 
  1773.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1774.                  'name' => 'automotive',
  1775.                  'title' => 'Automotive',
  1776.                  'tooltip' => '',
  1777.                  'mandatory' => false,
  1778.                  'noteditable' => false,
  1779.                  'index' => false,
  1780.                  'locked' => false,
  1781.                  'style' => '',
  1782.                  'permissions' => NULL,
  1783.                  'datatype' => 'data',
  1784.                  'fieldtype' => 'checkbox',
  1785.                  'relationType' => false,
  1786.                  'invisible' => false,
  1787.                  'visibleGridView' => false,
  1788.                  'visibleSearch' => false,
  1789.                  'blockedVarsForExport' => 
  1790.                 array (
  1791.                 ),
  1792.                  'defaultValue' => 0,
  1793.                  'defaultValueGenerator' => '',
  1794.               )),
  1795.               => 
  1796.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1797.                  'name' => 'aviation',
  1798.                  'title' => 'Aviation',
  1799.                  'tooltip' => '',
  1800.                  'mandatory' => false,
  1801.                  'noteditable' => false,
  1802.                  'index' => false,
  1803.                  'locked' => false,
  1804.                  'style' => '',
  1805.                  'permissions' => NULL,
  1806.                  'datatype' => 'data',
  1807.                  'fieldtype' => 'checkbox',
  1808.                  'relationType' => false,
  1809.                  'invisible' => false,
  1810.                  'visibleGridView' => false,
  1811.                  'visibleSearch' => false,
  1812.                  'blockedVarsForExport' => 
  1813.                 array (
  1814.                 ),
  1815.                  'defaultValue' => 0,
  1816.                  'defaultValueGenerator' => '',
  1817.               )),
  1818.               => 
  1819.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1820.                  'name' => 'energy',
  1821.                  'title' => 'Energy',
  1822.                  'tooltip' => '',
  1823.                  'mandatory' => false,
  1824.                  'noteditable' => false,
  1825.                  'index' => false,
  1826.                  'locked' => false,
  1827.                  'style' => '',
  1828.                  'permissions' => NULL,
  1829.                  'datatype' => 'data',
  1830.                  'fieldtype' => 'checkbox',
  1831.                  'relationType' => false,
  1832.                  'invisible' => false,
  1833.                  'visibleGridView' => false,
  1834.                  'visibleSearch' => false,
  1835.                  'blockedVarsForExport' => 
  1836.                 array (
  1837.                 ),
  1838.                  'defaultValue' => 0,
  1839.                  'defaultValueGenerator' => '',
  1840.               )),
  1841.               => 
  1842.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1843.                  'name' => 'insurance',
  1844.                  'title' => 'Insurance',
  1845.                  'tooltip' => '',
  1846.                  'mandatory' => false,
  1847.                  'noteditable' => false,
  1848.                  'index' => false,
  1849.                  'locked' => false,
  1850.                  'style' => '',
  1851.                  'permissions' => NULL,
  1852.                  'datatype' => 'data',
  1853.                  'fieldtype' => 'checkbox',
  1854.                  'relationType' => false,
  1855.                  'invisible' => false,
  1856.                  'visibleGridView' => false,
  1857.                  'visibleSearch' => false,
  1858.                  'blockedVarsForExport' => 
  1859.                 array (
  1860.                 ),
  1861.                  'defaultValue' => 0,
  1862.                  'defaultValueGenerator' => '',
  1863.               )),
  1864.               => 
  1865.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1866.                  'name' => 'metar',
  1867.                  'title' => 'Metar',
  1868.                  'tooltip' => '',
  1869.                  'mandatory' => false,
  1870.                  'noteditable' => false,
  1871.                  'index' => false,
  1872.                  'locked' => false,
  1873.                  'style' => '',
  1874.                  'permissions' => NULL,
  1875.                  'datatype' => 'data',
  1876.                  'fieldtype' => 'checkbox',
  1877.                  'relationType' => false,
  1878.                  'invisible' => false,
  1879.                  'visibleGridView' => false,
  1880.                  'visibleSearch' => false,
  1881.                  'blockedVarsForExport' => 
  1882.                 array (
  1883.                 ),
  1884.                  'defaultValue' => 0,
  1885.                  'defaultValueGenerator' => '',
  1886.               )),
  1887.               => 
  1888.               Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1889.                  'name' => 'shippingAndOffshore',
  1890.                  'title' => 'Shipping And Offshore',
  1891.                  'tooltip' => '',
  1892.                  'mandatory' => false,
  1893.                  'noteditable' => false,
  1894.                  'index' => false,
  1895.                  'locked' => false,
  1896.                  'style' => '',
  1897.                  'permissions' => NULL,
  1898.                  'datatype' => 'data',
  1899.                  'fieldtype' => 'checkbox',
  1900.                  'relationType' => false,
  1901.                  'invisible' => false,
  1902.                  'visibleGridView' => false,
  1903.                  'visibleSearch' => false,
  1904.                  'blockedVarsForExport' => 
  1905.                 array (
  1906.                 ),
  1907.                  'defaultValue' => 0,
  1908.                  'defaultValueGenerator' => '',
  1909.               )),
  1910.             ),
  1911.              'locked' => false,
  1912.              'blockedVarsForExport' => 
  1913.             array (
  1914.             ),
  1915.              'fieldtype' => 'panel',
  1916.              'layout' => NULL,
  1917.              'border' => false,
  1918.              'icon' => '',
  1919.              'labelWidth' => 0,
  1920.              'labelAlign' => 'left',
  1921.           )),
  1922.         ),
  1923.          'locked' => false,
  1924.          'blockedVarsForExport' => 
  1925.         array (
  1926.         ),
  1927.          'fieldtype' => 'tabpanel',
  1928.          'border' => false,
  1929.          'tabPosition' => NULL,
  1930.       )),
  1931.     ),
  1932.      'locked' => false,
  1933.      'blockedVarsForExport' => 
  1934.     array (
  1935.     ),
  1936.      'fieldtype' => 'panel',
  1937.      'layout' => NULL,
  1938.      'border' => false,
  1939.      'icon' => NULL,
  1940.      'labelWidth' => 100,
  1941.      'labelAlign' => 'left',
  1942.   )),
  1943.    'icon' => '',
  1944.    'previewUrl' => '',
  1945.    'group' => 'User',
  1946.    'showAppLoggerTab' => false,
  1947.    'linkGeneratorReference' => '',
  1948.    'previewGeneratorReference' => '',
  1949.    'compositeIndices' => 
  1950.   array (
  1951.   ),
  1952.    'generateTypeDeclarations' => true,
  1953.    'showFieldLookup' => false,
  1954.    'propertyVisibility' => 
  1955.   array (
  1956.     'grid' => 
  1957.     array (
  1958.       'id' => true,
  1959.       'key' => false,
  1960.       'path' => true,
  1961.       'published' => true,
  1962.       'modificationDate' => true,
  1963.       'creationDate' => true,
  1964.     ),
  1965.     'search' => 
  1966.     array (
  1967.       'id' => true,
  1968.       'key' => false,
  1969.       'path' => true,
  1970.       'published' => true,
  1971.       'modificationDate' => true,
  1972.       'creationDate' => true,
  1973.     ),
  1974.   ),
  1975.    'enableGridLocking' => false,
  1976.    'deletedDataComponents' => 
  1977.   array (
  1978.   ),
  1979.    'blockedVarsForExport' => 
  1980.   array (
  1981.   ),
  1982.    'activeDispatchingEvents' => 
  1983.   array (
  1984.   ),
  1985. ));