var/classes/definition_Customer.php line 119

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