var/classes/definition_Customer.php line 108

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.  * - restrictedOrdinates [textarea]
  23.  * - noOfCoOrdinates [numeric]
  24.  * - customerIP [input]
  25.  * - userCoOrdinates [textarea]
  26.  * - permissionGroups [manyToManyObjectRelation]
  27.  * - subscription [reverseObjectRelation]
  28.  * - userGroup [manyToManyObjectRelation]
  29.  * - tag [manyToOneRelation]
  30.  * - CrmId [input]
  31.  * - iqamaId [numeric]
  32.  * - ncmCRMID [input]
  33.  * - suspend [checkbox]
  34.  * - unSubscribeCustomNotificationToken [textarea]
  35.  * - unSubscribeToken [textarea]
  36.  * - resetPasswordToken [textarea]
  37.  * - deviceToken [textarea]
  38.  * - token [textarea]
  39.  * - otp [input]
  40.  * - jwtLoginToken [textarea]
  41.  * - ewsNotificationToken [textarea]
  42.  * - jwtToken [textarea]
  43.  * - userId [input]
  44.  * - secretKey [input]
  45.  * - customNotification [checkbox]
  46.  * - severeWeatherAlert [checkbox]
  47.  * - earlyWarningNotification [checkbox]
  48.  * - advanceCustomNotification [checkbox]
  49.  * - unSubToken [textarea]
  50.  */
  51. return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
  52.    'dao' => NULL,
  53.    'id' => 'customer',
  54.    'name' => 'Customer',
  55.    'description' => '',
  56.    'creationDate' => 0,
  57.    'modificationDate' => 1761659883,
  58.    'userOwner' => 2,
  59.    'userModification' => 2,
  60.    'parentClass' => '',
  61.    'implementsInterfaces' => '',
  62.    'listingParentClass' => '',
  63.    'useTraits' => '',
  64.    'listingUseTraits' => '',
  65.    'encryption' => false,
  66.    'encryptedTables' => 
  67.   array (
  68.   ),
  69.    'allowInherit' => false,
  70.    'allowVariants' => false,
  71.    'showVariants' => false,
  72.    'fieldDefinitions' => 
  73.   array (
  74.   ),
  75.    'layoutDefinitions' => 
  76.   \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  77.      'name' => 'pimcore_root',
  78.      'type' => NULL,
  79.      'region' => NULL,
  80.      'title' => NULL,
  81.      'width' => 0,
  82.      'height' => 0,
  83.      'collapsible' => false,
  84.      'collapsed' => false,
  85.      'bodyStyle' => NULL,
  86.      'datatype' => 'layout',
  87.      'permissions' => NULL,
  88.      'children' => 
  89.     array (
  90.       => 
  91.       \Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array(
  92.          'name' => 'Layout',
  93.          'type' => NULL,
  94.          'region' => NULL,
  95.          'title' => '',
  96.          'width' => '',
  97.          'height' => '',
  98.          'collapsible' => false,
  99.          'collapsed' => false,
  100.          'bodyStyle' => '',
  101.          'datatype' => 'layout',
  102.          'permissions' => NULL,
  103.          'children' => 
  104.         array (
  105.           => 
  106.           \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  107.              'name' => 'Layout',
  108.              'type' => NULL,
  109.              'region' => NULL,
  110.              'title' => 'Data',
  111.              'width' => '',
  112.              'height' => '',
  113.              'collapsible' => false,
  114.              'collapsed' => false,
  115.              'bodyStyle' => '',
  116.              'datatype' => 'layout',
  117.              'permissions' => NULL,
  118.              'children' => 
  119.             array (
  120.               => 
  121.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  122.                  'name' => 'twoFactorAuth',
  123.                  'title' => 'Enable 2FA?',
  124.                  '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',
  125.                  'mandatory' => false,
  126.                  'noteditable' => false,
  127.                  'index' => false,
  128.                  'locked' => false,
  129.                  'style' => '',
  130.                  'permissions' => NULL,
  131.                  'datatype' => 'data',
  132.                  'fieldtype' => 'checkbox',
  133.                  'relationType' => false,
  134.                  'invisible' => false,
  135.                  'visibleGridView' => false,
  136.                  'visibleSearch' => false,
  137.                  'blockedVarsForExport' => 
  138.                 array (
  139.                 ),
  140.                  'defaultValue' => 0,
  141.                  'defaultValueGenerator' => '',
  142.               )),
  143.               => 
  144.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  145.                  'name' => 'isActive',
  146.                  'title' => 'Is Active',
  147.                  'tooltip' => '',
  148.                  'mandatory' => false,
  149.                  'noteditable' => false,
  150.                  'index' => false,
  151.                  'locked' => false,
  152.                  'style' => '',
  153.                  'permissions' => NULL,
  154.                  'datatype' => 'data',
  155.                  'fieldtype' => 'checkbox',
  156.                  'relationType' => false,
  157.                  'invisible' => false,
  158.                  'visibleGridView' => false,
  159.                  'visibleSearch' => false,
  160.                  'blockedVarsForExport' => 
  161.                 array (
  162.                 ),
  163.                  'defaultValue' => 1,
  164.                  'defaultValueGenerator' => '',
  165.               )),
  166.               => 
  167.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  168.                  'name' => 'isDeleted',
  169.                  'title' => 'Is Deleted',
  170.                  'tooltip' => '',
  171.                  'mandatory' => false,
  172.                  'noteditable' => false,
  173.                  'index' => false,
  174.                  'locked' => false,
  175.                  'style' => '',
  176.                  'permissions' => NULL,
  177.                  'datatype' => 'data',
  178.                  'fieldtype' => 'checkbox',
  179.                  'relationType' => false,
  180.                  'invisible' => false,
  181.                  'visibleGridView' => false,
  182.                  'visibleSearch' => false,
  183.                  'blockedVarsForExport' => 
  184.                 array (
  185.                 ),
  186.                  'defaultValue' => 0,
  187.                  'defaultValueGenerator' => '',
  188.               )),
  189.               => 
  190.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  191.                  'name' => 'sendEwsEmail',
  192.                  'title' => 'Send Ews Email',
  193.                  'tooltip' => '',
  194.                  'mandatory' => false,
  195.                  'noteditable' => false,
  196.                  'index' => false,
  197.                  'locked' => false,
  198.                  'style' => '',
  199.                  'permissions' => NULL,
  200.                  'datatype' => 'data',
  201.                  'fieldtype' => 'checkbox',
  202.                  'relationType' => false,
  203.                  'invisible' => false,
  204.                  'visibleGridView' => false,
  205.                  'visibleSearch' => false,
  206.                  'blockedVarsForExport' => 
  207.                 array (
  208.                 ),
  209.                  'defaultValue' => 1,
  210.                  'defaultValueGenerator' => '',
  211.               )),
  212.               => 
  213.               \Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array(
  214.                  'name' => 'userType',
  215.                  'title' => 'User Type',
  216.                  'tooltip' => '',
  217.                  'mandatory' => false,
  218.                  'noteditable' => false,
  219.                  'index' => true,
  220.                  'locked' => false,
  221.                  'style' => '',
  222.                  'permissions' => NULL,
  223.                  'datatype' => 'data',
  224.                  'fieldtype' => 'select',
  225.                  'relationType' => false,
  226.                  'invisible' => false,
  227.                  'visibleGridView' => false,
  228.                  'visibleSearch' => false,
  229.                  'blockedVarsForExport' => 
  230.                 array (
  231.                 ),
  232.                  'options' => 
  233.                 array (
  234.                   => 
  235.                   array (
  236.                     'key' => 'internal',
  237.                     'value' => 'internal',
  238.                   ),
  239.                   => 
  240.                   array (
  241.                     'key' => 'public',
  242.                     'value' => 'public',
  243.                   ),
  244.                 ),
  245.                  'width' => '',
  246.                  'defaultValue' => 'public',
  247.                  'optionsProviderClass' => '',
  248.                  'optionsProviderData' => '',
  249.                  'columnLength' => 190,
  250.                  'dynamicOptions' => false,
  251.                  'defaultValueGenerator' => '',
  252.               )),
  253.               => 
  254.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  255.                  'name' => 'smsConsumption',
  256.                  'title' => 'Sms Consumption',
  257.                  'tooltip' => '',
  258.                  'mandatory' => false,
  259.                  'noteditable' => true,
  260.                  'index' => false,
  261.                  'locked' => false,
  262.                  'style' => '',
  263.                  'permissions' => NULL,
  264.                  'datatype' => 'data',
  265.                  'fieldtype' => 'input',
  266.                  'relationType' => false,
  267.                  'invisible' => false,
  268.                  'visibleGridView' => false,
  269.                  'visibleSearch' => false,
  270.                  'blockedVarsForExport' => 
  271.                 array (
  272.                 ),
  273.                  'width' => '',
  274.                  'defaultValue' => NULL,
  275.                  'columnLength' => 190,
  276.                  'regex' => '',
  277.                  'regexFlags' => 
  278.                 array (
  279.                 ),
  280.                  'unique' => false,
  281.                  'showCharCount' => false,
  282.                  'defaultValueGenerator' => '',
  283.               )),
  284.               => 
  285.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  286.                  'name' => 'name',
  287.                  'title' => 'Name',
  288.                  'tooltip' => '',
  289.                  'mandatory' => true,
  290.                  'noteditable' => false,
  291.                  'index' => true,
  292.                  'locked' => false,
  293.                  'style' => '',
  294.                  'permissions' => NULL,
  295.                  'datatype' => 'data',
  296.                  'fieldtype' => 'input',
  297.                  'relationType' => false,
  298.                  'invisible' => false,
  299.                  'visibleGridView' => false,
  300.                  'visibleSearch' => false,
  301.                  'blockedVarsForExport' => 
  302.                 array (
  303.                 ),
  304.                  'width' => '',
  305.                  'defaultValue' => NULL,
  306.                  'columnLength' => 190,
  307.                  'regex' => '',
  308.                  'regexFlags' => 
  309.                 array (
  310.                 ),
  311.                  'unique' => false,
  312.                  'showCharCount' => false,
  313.                  'defaultValueGenerator' => '',
  314.               )),
  315.               => 
  316.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  317.                  'name' => 'email',
  318.                  'title' => 'Email',
  319.                  'tooltip' => '',
  320.                  'mandatory' => true,
  321.                  'noteditable' => false,
  322.                  'index' => true,
  323.                  'locked' => false,
  324.                  'style' => '',
  325.                  'permissions' => NULL,
  326.                  'datatype' => 'data',
  327.                  'fieldtype' => 'input',
  328.                  'relationType' => false,
  329.                  'invisible' => false,
  330.                  'visibleGridView' => false,
  331.                  'visibleSearch' => false,
  332.                  'blockedVarsForExport' => 
  333.                 array (
  334.                 ),
  335.                  'width' => '',
  336.                  'defaultValue' => NULL,
  337.                  'columnLength' => 190,
  338.                  'regex' => '',
  339.                  'regexFlags' => 
  340.                 array (
  341.                 ),
  342.                  'unique' => true,
  343.                  'showCharCount' => false,
  344.                  'defaultValueGenerator' => '',
  345.               )),
  346.               => 
  347.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  348.                  'name' => 'phoneNo',
  349.                  'title' => 'Phone No',
  350.                  'tooltip' => '',
  351.                  'mandatory' => false,
  352.                  'noteditable' => false,
  353.                  'index' => false,
  354.                  'locked' => false,
  355.                  'style' => '',
  356.                  'permissions' => NULL,
  357.                  'datatype' => 'data',
  358.                  'fieldtype' => 'input',
  359.                  'relationType' => false,
  360.                  'invisible' => false,
  361.                  'visibleGridView' => false,
  362.                  'visibleSearch' => false,
  363.                  'blockedVarsForExport' => 
  364.                 array (
  365.                 ),
  366.                  'width' => '',
  367.                  'defaultValue' => NULL,
  368.                  'columnLength' => 190,
  369.                  'regex' => '',
  370.                  'regexFlags' => 
  371.                 array (
  372.                 ),
  373.                  'unique' => false,
  374.                  'showCharCount' => false,
  375.                  'defaultValueGenerator' => '',
  376.               )),
  377.               => 
  378.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  379.                  'name' => 'department',
  380.                  'title' => 'Department',
  381.                  'tooltip' => '',
  382.                  'mandatory' => false,
  383.                  'noteditable' => false,
  384.                  'index' => false,
  385.                  'locked' => false,
  386.                  'style' => '',
  387.                  'permissions' => NULL,
  388.                  'datatype' => 'data',
  389.                  'fieldtype' => 'input',
  390.                  'relationType' => false,
  391.                  'invisible' => false,
  392.                  'visibleGridView' => false,
  393.                  'visibleSearch' => false,
  394.                  'blockedVarsForExport' => 
  395.                 array (
  396.                 ),
  397.                  'width' => '',
  398.                  'defaultValue' => NULL,
  399.                  'columnLength' => 190,
  400.                  'regex' => '',
  401.                  'regexFlags' => 
  402.                 array (
  403.                 ),
  404.                  'unique' => false,
  405.                  'showCharCount' => false,
  406.                  'defaultValueGenerator' => '',
  407.               )),
  408.               10 => 
  409.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  410.                  'name' => 'title',
  411.                  'title' => 'Title',
  412.                  'tooltip' => '',
  413.                  'mandatory' => false,
  414.                  'noteditable' => false,
  415.                  'index' => false,
  416.                  'locked' => false,
  417.                  'style' => '',
  418.                  'permissions' => NULL,
  419.                  'datatype' => 'data',
  420.                  'fieldtype' => 'input',
  421.                  'relationType' => false,
  422.                  'invisible' => false,
  423.                  'visibleGridView' => false,
  424.                  'visibleSearch' => false,
  425.                  'blockedVarsForExport' => 
  426.                 array (
  427.                 ),
  428.                  'width' => '',
  429.                  'defaultValue' => NULL,
  430.                  'columnLength' => 190,
  431.                  'regex' => '',
  432.                  'regexFlags' => 
  433.                 array (
  434.                 ),
  435.                  'unique' => false,
  436.                  'showCharCount' => false,
  437.                  'defaultValueGenerator' => '',
  438.               )),
  439.               11 => 
  440.               \Pimcore\Model\DataObject\ClassDefinition\Data\Password::__set_state(array(
  441.                  'name' => 'password',
  442.                  'title' => 'Password',
  443.                  'tooltip' => '',
  444.                  'mandatory' => false,
  445.                  'noteditable' => false,
  446.                  'index' => true,
  447.                  'locked' => false,
  448.                  'style' => '',
  449.                  'permissions' => NULL,
  450.                  'datatype' => 'data',
  451.                  'fieldtype' => 'password',
  452.                  'relationType' => false,
  453.                  'invisible' => false,
  454.                  'visibleGridView' => false,
  455.                  'visibleSearch' => false,
  456.                  'blockedVarsForExport' => 
  457.                 array (
  458.                 ),
  459.                  'width' => '',
  460.                  'algorithm' => 'password_hash',
  461.                  'salt' => '',
  462.                  'saltlocation' => 'back',
  463.                  'minimumLength' => NULL,
  464.               )),
  465.               12 => 
  466.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  467.                  'name' => 'role',
  468.                  'title' => 'Role',
  469.                  'tooltip' => '',
  470.                  'mandatory' => true,
  471.                  'noteditable' => false,
  472.                  'index' => false,
  473.                  'locked' => false,
  474.                  'style' => '',
  475.                  'permissions' => NULL,
  476.                  'datatype' => 'data',
  477.                  'fieldtype' => 'manyToOneRelation',
  478.                  'relationType' => true,
  479.                  'invisible' => false,
  480.                  'visibleGridView' => false,
  481.                  'visibleSearch' => false,
  482.                  'blockedVarsForExport' => 
  483.                 array (
  484.                 ),
  485.                  'classes' => 
  486.                 array (
  487.                   => 
  488.                   array (
  489.                     'classes' => 'UserRole',
  490.                   ),
  491.                 ),
  492.                  'pathFormatterClass' => '',
  493.                  'width' => '',
  494.                  'assetUploadPath' => '',
  495.                  'objectsAllowed' => true,
  496.                  'assetsAllowed' => false,
  497.                  'assetTypes' => 
  498.                 array (
  499.                 ),
  500.                  'documentsAllowed' => false,
  501.                  'documentTypes' => 
  502.                 array (
  503.                 ),
  504.               )),
  505.               13 => 
  506.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  507.                  'name' => 'organization',
  508.                  'title' => 'Organization',
  509.                  'tooltip' => '',
  510.                  'mandatory' => true,
  511.                  'noteditable' => false,
  512.                  'index' => false,
  513.                  'locked' => false,
  514.                  'style' => '',
  515.                  'permissions' => NULL,
  516.                  'datatype' => 'data',
  517.                  'fieldtype' => 'manyToOneRelation',
  518.                  'relationType' => true,
  519.                  'invisible' => false,
  520.                  'visibleGridView' => false,
  521.                  'visibleSearch' => false,
  522.                  'blockedVarsForExport' => 
  523.                 array (
  524.                 ),
  525.                  'classes' => 
  526.                 array (
  527.                   => 
  528.                   array (
  529.                     'classes' => 'Organization',
  530.                   ),
  531.                 ),
  532.                  'pathFormatterClass' => '',
  533.                  'width' => '',
  534.                  'assetUploadPath' => '',
  535.                  'objectsAllowed' => true,
  536.                  'assetsAllowed' => false,
  537.                  'assetTypes' => 
  538.                 array (
  539.                 ),
  540.                  'documentsAllowed' => false,
  541.                  'documentTypes' => 
  542.                 array (
  543.                 ),
  544.               )),
  545.               14 => 
  546.               \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  547.                  'name' => 'createdBy',
  548.                  'title' => 'Created By',
  549.                  'tooltip' => '',
  550.                  'mandatory' => false,
  551.                  'noteditable' => false,
  552.                  'index' => false,
  553.                  'locked' => false,
  554.                  'style' => '',
  555.                  'permissions' => NULL,
  556.                  'datatype' => 'data',
  557.                  'fieldtype' => 'manyToOneRelation',
  558.                  'relationType' => true,
  559.                  'invisible' => false,
  560.                  'visibleGridView' => false,
  561.                  'visibleSearch' => false,
  562.                  'blockedVarsForExport' => 
  563.                 array (
  564.                 ),
  565.                  'classes' => 
  566.                 array (
  567.                   => 
  568.                   array (
  569.                     'classes' => 'Customer',
  570.                   ),
  571.                 ),
  572.                  'pathFormatterClass' => '',
  573.                  'width' => '',
  574.                  'assetUploadPath' => '',
  575.                  'objectsAllowed' => true,
  576.                  'assetsAllowed' => false,
  577.                  'assetTypes' => 
  578.                 array (
  579.                 ),
  580.                  'documentsAllowed' => false,
  581.                  'documentTypes' => 
  582.                 array (
  583.                 ),
  584.               )),
  585.               15 => 
  586.               \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array(
  587.                  'name' => 'restrictCoOrdinates',
  588.                  'type' => NULL,
  589.                  'region' => NULL,
  590.                  'title' => 'Restricted Co-Ordniates',
  591.                  'width' => '',
  592.                  'height' => '',
  593.                  'collapsible' => true,
  594.                  'collapsed' => true,
  595.                  'bodyStyle' => '',
  596.                  'datatype' => 'layout',
  597.                  'permissions' => NULL,
  598.                  'children' => 
  599.                 array (
  600.                   => 
  601.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  602.                      'name' => 'restrictedOrdinates',
  603.                      'title' => 'Restricted Ordinates',
  604.                      'tooltip' => '',
  605.                      'mandatory' => false,
  606.                      'noteditable' => false,
  607.                      'index' => false,
  608.                      'locked' => false,
  609.                      'style' => '',
  610.                      'permissions' => NULL,
  611.                      'datatype' => 'data',
  612.                      'fieldtype' => 'textarea',
  613.                      'relationType' => false,
  614.                      'invisible' => false,
  615.                      'visibleGridView' => false,
  616.                      'visibleSearch' => false,
  617.                      'blockedVarsForExport' => 
  618.                     array (
  619.                     ),
  620.                      'width' => '',
  621.                      'height' => '',
  622.                      'maxLength' => NULL,
  623.                      'showCharCount' => false,
  624.                      'excludeFromSearchIndex' => false,
  625.                   )),
  626.                   => 
  627.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array(
  628.                      'name' => 'noOfCoOrdinates',
  629.                      'title' => 'No Of Co Ordinates',
  630.                      'tooltip' => '',
  631.                      'mandatory' => false,
  632.                      'noteditable' => false,
  633.                      'index' => false,
  634.                      'locked' => false,
  635.                      'style' => '',
  636.                      'permissions' => NULL,
  637.                      'datatype' => 'data',
  638.                      'fieldtype' => 'numeric',
  639.                      'relationType' => false,
  640.                      'invisible' => false,
  641.                      'visibleGridView' => false,
  642.                      'visibleSearch' => false,
  643.                      'blockedVarsForExport' => 
  644.                     array (
  645.                     ),
  646.                      'width' => '',
  647.                      'defaultValue' => NULL,
  648.                      'integer' => false,
  649.                      'unsigned' => false,
  650.                      'minValue' => NULL,
  651.                      'maxValue' => NULL,
  652.                      'unique' => false,
  653.                      'decimalSize' => NULL,
  654.                      'decimalPrecision' => NULL,
  655.                      'defaultValueGenerator' => '',
  656.                   )),
  657.                   => 
  658.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  659.                      'name' => 'customerIP',
  660.                      'title' => 'Customer I P',
  661.                      'tooltip' => '',
  662.                      'mandatory' => false,
  663.                      'noteditable' => false,
  664.                      'index' => false,
  665.                      'locked' => false,
  666.                      'style' => '',
  667.                      'permissions' => NULL,
  668.                      'datatype' => 'data',
  669.                      'fieldtype' => 'input',
  670.                      'relationType' => false,
  671.                      'invisible' => false,
  672.                      'visibleGridView' => false,
  673.                      'visibleSearch' => false,
  674.                      'blockedVarsForExport' => 
  675.                     array (
  676.                     ),
  677.                      'width' => '',
  678.                      'defaultValue' => NULL,
  679.                      'columnLength' => 190,
  680.                      'regex' => '',
  681.                      'regexFlags' => 
  682.                     array (
  683.                     ),
  684.                      'unique' => false,
  685.                      'showCharCount' => false,
  686.                      'defaultValueGenerator' => '',
  687.                   )),
  688.                   => 
  689.                   \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  690.                      'name' => 'userCoOrdinates',
  691.                      'title' => 'User Co Ordinates',
  692.                      'tooltip' => '',
  693.                      'mandatory' => false,
  694.                      'noteditable' => true,
  695.                      'index' => false,
  696.                      'locked' => false,
  697.                      'style' => '',
  698.                      'permissions' => NULL,
  699.                      'datatype' => 'data',
  700.                      'fieldtype' => 'textarea',
  701.                      'relationType' => false,
  702.                      'invisible' => false,
  703.                      'visibleGridView' => false,
  704.                      'visibleSearch' => false,
  705.                      'blockedVarsForExport' => 
  706.                     array (
  707.                     ),
  708.                      'width' => '',
  709.                      'height' => '',
  710.                      'maxLength' => NULL,
  711.                      'showCharCount' => false,
  712.                      'excludeFromSearchIndex' => false,
  713.                   )),
  714.                 ),
  715.                  'locked' => false,
  716.                  'blockedVarsForExport' => 
  717.                 array (
  718.                 ),
  719.                  'fieldtype' => 'fieldset',
  720.                  'labelWidth' => 0,
  721.                  'labelAlign' => 'left',
  722.               )),
  723.               16 => 
  724.               \Pimcore\Model\DataObject\ClassDefinition\Layout\Fieldset::__set_state(array(
  725.                  'name' => 'Current Packages',
  726.                  'type' => NULL,
  727.                  'region' => NULL,
  728.                  'title' => 'Current Packages',
  729.                  'width' => '',
  730.                  'height' => '',
  731.                  'collapsible' => false,
  732.                  'collapsed' => false,
  733.                  'bodyStyle' => '',
  734.                  'datatype' => 'layout',
  735.                  'permissions' => NULL,
  736.                  'children' => 
  737.                 array (
  738.                   => 
  739.                   \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  740.                      'name' => 'permissionGroups',
  741.                      'title' => 'Permission Groups',
  742.                      'tooltip' => '',
  743.                      'mandatory' => false,
  744.                      'noteditable' => false,
  745.                      'index' => false,
  746.                      'locked' => false,
  747.                      'style' => '',
  748.                      'permissions' => NULL,
  749.                      'datatype' => 'data',
  750.                      'fieldtype' => 'manyToManyObjectRelation',
  751.                      'relationType' => true,
  752.                      'invisible' => false,
  753.                      'visibleGridView' => false,
  754.                      'visibleSearch' => false,
  755.                      'blockedVarsForExport' => 
  756.                     array (
  757.                     ),
  758.                      'classes' => 
  759.                     array (
  760.                       => 
  761.                       array (
  762.                         'classes' => 'PermissionGroup',
  763.                       ),
  764.                     ),
  765.                      'pathFormatterClass' => '',
  766.                      'width' => '',
  767.                      'height' => '',
  768.                      'maxItems' => NULL,
  769.                      'visibleFields' => 'id,fullpath,key,published,creationDate,filename,classname,name,description,apiGroups',
  770.                      'allowToCreateNewObject' => false,
  771.                      'optimizedAdminLoading' => false,
  772.                      'enableTextSelection' => false,
  773.                      'visibleFieldDefinitions' => 
  774.                     array (
  775.                     ),
  776.                   )),
  777.                   => 
  778.                   \Pimcore\Model\DataObject\ClassDefinition\Data\ReverseObjectRelation::__set_state(array(
  779.                      'name' => 'subscription',
  780.                      'title' => 'Subscription',
  781.                      'tooltip' => '',
  782.                      'mandatory' => false,
  783.                      'noteditable' => false,
  784.                      'index' => false,
  785.                      'locked' => false,
  786.                      'style' => '',
  787.                      'permissions' => NULL,
  788.                      'datatype' => 'data',
  789.                      'fieldtype' => 'reverseObjectRelation',
  790.                      'relationType' => true,
  791.                      'invisible' => false,
  792.                      'visibleGridView' => false,
  793.                      'visibleSearch' => false,
  794.                      'blockedVarsForExport' => 
  795.                     array (
  796.                     ),
  797.                      'classes' => 
  798.                     array (
  799.                     ),
  800.                      'pathFormatterClass' => '',
  801.                      'width' => '',
  802.                      'height' => '',
  803.                      'maxItems' => NULL,
  804.                      'visibleFields' => NULL,
  805.                      'allowToCreateNewObject' => true,
  806.                      'optimizedAdminLoading' => false,
  807.                      'enableTextSelection' => false,
  808.                      'visibleFieldDefinitions' => 
  809.                     array (
  810.                     ),
  811.                      'ownerClassName' => 'Subscription',
  812.                      'ownerClassId' => NULL,
  813.                      'ownerFieldName' => 'subscribedUser',
  814.                      'lazyLoading' => true,
  815.                   )),
  816.                   => 
  817.                   \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array(
  818.                      'name' => 'userGroup',
  819.                      'title' => 'User Group',
  820.                      'tooltip' => '',
  821.                      'mandatory' => false,
  822.                      'noteditable' => false,
  823.                      'index' => false,
  824.                      'locked' => false,
  825.                      'style' => '',
  826.                      'permissions' => NULL,
  827.                      'datatype' => 'data',
  828.                      'fieldtype' => 'manyToManyObjectRelation',
  829.                      'relationType' => true,
  830.                      'invisible' => false,
  831.                      'visibleGridView' => false,
  832.                      'visibleSearch' => false,
  833.                      'blockedVarsForExport' => 
  834.                     array (
  835.                     ),
  836.                      'classes' => 
  837.                     array (
  838.                       => 
  839.                       array (
  840.                         'classes' => 'UserGroup',
  841.                       ),
  842.                     ),
  843.                      'pathFormatterClass' => '',
  844.                      'width' => '',
  845.                      'height' => '',
  846.                      'maxItems' => NULL,
  847.                      'visibleFields' => 
  848.                     array (
  849.                     ),
  850.                      'allowToCreateNewObject' => false,
  851.                      'optimizedAdminLoading' => false,
  852.                      'enableTextSelection' => false,
  853.                      'visibleFieldDefinitions' => 
  854.                     array (
  855.                     ),
  856.                   )),
  857.                   => 
  858.                   \Pimcore\Model\DataObject\ClassDefinition\Data\ManyToOneRelation::__set_state(array(
  859.                      'name' => 'tag',
  860.                      'title' => 'Tag',
  861.                      'tooltip' => '',
  862.                      'mandatory' => false,
  863.                      'noteditable' => false,
  864.                      'index' => false,
  865.                      'locked' => false,
  866.                      'style' => '',
  867.                      'permissions' => NULL,
  868.                      'datatype' => 'data',
  869.                      'fieldtype' => 'manyToOneRelation',
  870.                      'relationType' => true,
  871.                      'invisible' => false,
  872.                      'visibleGridView' => false,
  873.                      'visibleSearch' => false,
  874.                      'blockedVarsForExport' => 
  875.                     array (
  876.                     ),
  877.                      'classes' => 
  878.                     array (
  879.                       => 
  880.                       array (
  881.                         'classes' => 'UserTag',
  882.                       ),
  883.                     ),
  884.                      'pathFormatterClass' => '',
  885.                      'width' => '',
  886.                      'assetUploadPath' => '',
  887.                      'objectsAllowed' => true,
  888.                      'assetsAllowed' => false,
  889.                      'assetTypes' => 
  890.                     array (
  891.                     ),
  892.                      'documentsAllowed' => false,
  893.                      'documentTypes' => 
  894.                     array (
  895.                     ),
  896.                   )),
  897.                 ),
  898.                  'locked' => false,
  899.                  'blockedVarsForExport' => 
  900.                 array (
  901.                 ),
  902.                  'fieldtype' => 'fieldset',
  903.                  'labelWidth' => 0,
  904.                  'labelAlign' => 'left',
  905.               )),
  906.               17 => 
  907.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  908.                  'name' => 'CrmId',
  909.                  'title' => 'CRM ID',
  910.                  'tooltip' => '',
  911.                  'mandatory' => false,
  912.                  'noteditable' => false,
  913.                  'index' => false,
  914.                  'locked' => false,
  915.                  'style' => '',
  916.                  'permissions' => NULL,
  917.                  'datatype' => 'data',
  918.                  'fieldtype' => 'input',
  919.                  'relationType' => false,
  920.                  'invisible' => false,
  921.                  'visibleGridView' => false,
  922.                  'visibleSearch' => false,
  923.                  'blockedVarsForExport' => 
  924.                 array (
  925.                 ),
  926.                  'width' => '',
  927.                  'defaultValue' => NULL,
  928.                  'columnLength' => 190,
  929.                  'regex' => '',
  930.                  'regexFlags' => 
  931.                 array (
  932.                 ),
  933.                  'unique' => false,
  934.                  'showCharCount' => false,
  935.                  'defaultValueGenerator' => '',
  936.               )),
  937.               18 => 
  938.               \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array(
  939.                  'name' => 'iqamaId',
  940.                  'title' => 'Iqama Id',
  941.                  'tooltip' => '',
  942.                  'mandatory' => false,
  943.                  'noteditable' => false,
  944.                  'index' => false,
  945.                  'locked' => false,
  946.                  'style' => '',
  947.                  'permissions' => NULL,
  948.                  'datatype' => 'data',
  949.                  'fieldtype' => 'numeric',
  950.                  'relationType' => false,
  951.                  'invisible' => false,
  952.                  'visibleGridView' => false,
  953.                  'visibleSearch' => false,
  954.                  'blockedVarsForExport' => 
  955.                 array (
  956.                 ),
  957.                  'width' => '',
  958.                  'defaultValue' => NULL,
  959.                  'integer' => false,
  960.                  'unsigned' => false,
  961.                  'minValue' => NULL,
  962.                  'maxValue' => NULL,
  963.                  'unique' => false,
  964.                  'decimalSize' => NULL,
  965.                  'decimalPrecision' => NULL,
  966.                  'defaultValueGenerator' => '',
  967.               )),
  968.               19 => 
  969.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  970.                  'name' => 'ncmCRMID',
  971.                  'title' => 'Ncm C R M I D',
  972.                  'tooltip' => '',
  973.                  'mandatory' => false,
  974.                  'noteditable' => false,
  975.                  'index' => false,
  976.                  'locked' => false,
  977.                  'style' => '',
  978.                  'permissions' => NULL,
  979.                  'datatype' => 'data',
  980.                  'fieldtype' => 'input',
  981.                  'relationType' => false,
  982.                  'invisible' => false,
  983.                  'visibleGridView' => false,
  984.                  'visibleSearch' => false,
  985.                  'blockedVarsForExport' => 
  986.                 array (
  987.                 ),
  988.                  'width' => '',
  989.                  'defaultValue' => NULL,
  990.                  'columnLength' => 190,
  991.                  'regex' => '',
  992.                  'regexFlags' => 
  993.                 array (
  994.                 ),
  995.                  'unique' => false,
  996.                  'showCharCount' => false,
  997.                  'defaultValueGenerator' => '',
  998.               )),
  999.               20 => 
  1000.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1001.                  'name' => 'suspend',
  1002.                  'title' => 'Suspend',
  1003.                  'tooltip' => '',
  1004.                  'mandatory' => false,
  1005.                  'noteditable' => false,
  1006.                  'index' => false,
  1007.                  'locked' => false,
  1008.                  'style' => '',
  1009.                  'permissions' => NULL,
  1010.                  'datatype' => 'data',
  1011.                  'fieldtype' => 'checkbox',
  1012.                  'relationType' => false,
  1013.                  'invisible' => false,
  1014.                  'visibleGridView' => false,
  1015.                  'visibleSearch' => false,
  1016.                  'blockedVarsForExport' => 
  1017.                 array (
  1018.                 ),
  1019.                  'defaultValue' => 0,
  1020.                  'defaultValueGenerator' => '',
  1021.               )),
  1022.             ),
  1023.              'locked' => false,
  1024.              'blockedVarsForExport' => 
  1025.             array (
  1026.             ),
  1027.              'fieldtype' => 'panel',
  1028.              'layout' => NULL,
  1029.              'border' => false,
  1030.              'icon' => '',
  1031.              'labelWidth' => 0,
  1032.              'labelAlign' => 'left',
  1033.           )),
  1034.           => 
  1035.           \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  1036.              'name' => 'Tokens',
  1037.              'type' => NULL,
  1038.              'region' => NULL,
  1039.              'title' => 'Tokens',
  1040.              'width' => '',
  1041.              'height' => '',
  1042.              'collapsible' => false,
  1043.              'collapsed' => false,
  1044.              'bodyStyle' => '',
  1045.              'datatype' => 'layout',
  1046.              'permissions' => NULL,
  1047.              'children' => 
  1048.             array (
  1049.               => 
  1050.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1051.                  'name' => 'unSubscribeCustomNotificationToken',
  1052.                  'title' => 'Un Subscribe Custom Notification Token',
  1053.                  'tooltip' => '',
  1054.                  'mandatory' => false,
  1055.                  'noteditable' => false,
  1056.                  'index' => false,
  1057.                  'locked' => false,
  1058.                  'style' => '',
  1059.                  'permissions' => NULL,
  1060.                  'datatype' => 'data',
  1061.                  'fieldtype' => 'textarea',
  1062.                  'relationType' => false,
  1063.                  'invisible' => false,
  1064.                  'visibleGridView' => false,
  1065.                  'visibleSearch' => false,
  1066.                  'blockedVarsForExport' => 
  1067.                 array (
  1068.                 ),
  1069.                  'width' => '',
  1070.                  'height' => '',
  1071.                  'maxLength' => NULL,
  1072.                  'showCharCount' => false,
  1073.                  'excludeFromSearchIndex' => false,
  1074.               )),
  1075.               => 
  1076.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1077.                  'name' => 'unSubscribeToken',
  1078.                  'title' => 'Un Subscribe Token',
  1079.                  'tooltip' => '',
  1080.                  'mandatory' => false,
  1081.                  'noteditable' => false,
  1082.                  'index' => false,
  1083.                  'locked' => false,
  1084.                  'style' => '',
  1085.                  'permissions' => NULL,
  1086.                  'datatype' => 'data',
  1087.                  'fieldtype' => 'textarea',
  1088.                  'relationType' => false,
  1089.                  'invisible' => false,
  1090.                  'visibleGridView' => false,
  1091.                  'visibleSearch' => false,
  1092.                  'blockedVarsForExport' => 
  1093.                 array (
  1094.                 ),
  1095.                  'width' => '',
  1096.                  'height' => '',
  1097.                  'maxLength' => NULL,
  1098.                  'showCharCount' => false,
  1099.                  'excludeFromSearchIndex' => false,
  1100.               )),
  1101.               => 
  1102.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1103.                  'name' => 'resetPasswordToken',
  1104.                  'title' => 'Reset Password Token',
  1105.                  'tooltip' => '',
  1106.                  'mandatory' => false,
  1107.                  'noteditable' => false,
  1108.                  'index' => false,
  1109.                  'locked' => false,
  1110.                  'style' => '',
  1111.                  'permissions' => NULL,
  1112.                  'datatype' => 'data',
  1113.                  'fieldtype' => 'textarea',
  1114.                  'relationType' => false,
  1115.                  'invisible' => false,
  1116.                  'visibleGridView' => false,
  1117.                  'visibleSearch' => false,
  1118.                  'blockedVarsForExport' => 
  1119.                 array (
  1120.                 ),
  1121.                  'width' => '',
  1122.                  'height' => 150,
  1123.                  'maxLength' => NULL,
  1124.                  'showCharCount' => false,
  1125.                  'excludeFromSearchIndex' => false,
  1126.               )),
  1127.               => 
  1128.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1129.                  'name' => 'deviceToken',
  1130.                  'title' => 'Device Token',
  1131.                  'tooltip' => '',
  1132.                  'mandatory' => false,
  1133.                  'noteditable' => false,
  1134.                  'index' => false,
  1135.                  'locked' => false,
  1136.                  'style' => '',
  1137.                  'permissions' => NULL,
  1138.                  'datatype' => 'data',
  1139.                  'fieldtype' => 'textarea',
  1140.                  'relationType' => false,
  1141.                  'invisible' => false,
  1142.                  'visibleGridView' => false,
  1143.                  'visibleSearch' => false,
  1144.                  'blockedVarsForExport' => 
  1145.                 array (
  1146.                 ),
  1147.                  'width' => '',
  1148.                  'height' => '',
  1149.                  'maxLength' => NULL,
  1150.                  'showCharCount' => false,
  1151.                  'excludeFromSearchIndex' => false,
  1152.               )),
  1153.               => 
  1154.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1155.                  'name' => 'token',
  1156.                  'title' => 'Token',
  1157.                  'tooltip' => '',
  1158.                  'mandatory' => false,
  1159.                  'noteditable' => true,
  1160.                  'index' => false,
  1161.                  'locked' => false,
  1162.                  'style' => '',
  1163.                  'permissions' => NULL,
  1164.                  'datatype' => 'data',
  1165.                  'fieldtype' => 'textarea',
  1166.                  'relationType' => false,
  1167.                  'invisible' => false,
  1168.                  'visibleGridView' => false,
  1169.                  'visibleSearch' => false,
  1170.                  'blockedVarsForExport' => 
  1171.                 array (
  1172.                 ),
  1173.                  'width' => '',
  1174.                  'height' => 150,
  1175.                  'maxLength' => NULL,
  1176.                  'showCharCount' => false,
  1177.                  'excludeFromSearchIndex' => false,
  1178.               )),
  1179.               => 
  1180.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1181.                  'name' => 'otp',
  1182.                  'title' => 'Otp',
  1183.                  'tooltip' => '',
  1184.                  'mandatory' => false,
  1185.                  'noteditable' => false,
  1186.                  'index' => true,
  1187.                  'locked' => false,
  1188.                  'style' => '',
  1189.                  'permissions' => NULL,
  1190.                  'datatype' => 'data',
  1191.                  'fieldtype' => 'input',
  1192.                  'relationType' => false,
  1193.                  'invisible' => true,
  1194.                  'visibleGridView' => false,
  1195.                  'visibleSearch' => false,
  1196.                  'blockedVarsForExport' => 
  1197.                 array (
  1198.                 ),
  1199.                  'width' => '',
  1200.                  'defaultValue' => NULL,
  1201.                  'columnLength' => 190,
  1202.                  'regex' => '',
  1203.                  'regexFlags' => 
  1204.                 array (
  1205.                 ),
  1206.                  'unique' => false,
  1207.                  'showCharCount' => false,
  1208.                  'defaultValueGenerator' => '',
  1209.               )),
  1210.               => 
  1211.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1212.                  'name' => 'jwtLoginToken',
  1213.                  'title' => 'JWT Login Token',
  1214.                  'tooltip' => '',
  1215.                  'mandatory' => false,
  1216.                  'noteditable' => false,
  1217.                  'index' => false,
  1218.                  'locked' => false,
  1219.                  'style' => '',
  1220.                  'permissions' => NULL,
  1221.                  'datatype' => 'data',
  1222.                  'fieldtype' => 'textarea',
  1223.                  'relationType' => false,
  1224.                  'invisible' => true,
  1225.                  'visibleGridView' => false,
  1226.                  'visibleSearch' => false,
  1227.                  'blockedVarsForExport' => 
  1228.                 array (
  1229.                 ),
  1230.                  'width' => '',
  1231.                  'height' => '',
  1232.                  'maxLength' => NULL,
  1233.                  'showCharCount' => false,
  1234.                  'excludeFromSearchIndex' => false,
  1235.               )),
  1236.               => 
  1237.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1238.                  'name' => 'ewsNotificationToken',
  1239.                  'title' => 'Ews Notification Token',
  1240.                  'tooltip' => '',
  1241.                  'mandatory' => false,
  1242.                  'noteditable' => true,
  1243.                  'index' => false,
  1244.                  'locked' => false,
  1245.                  'style' => '',
  1246.                  'permissions' => NULL,
  1247.                  'datatype' => 'data',
  1248.                  'fieldtype' => 'textarea',
  1249.                  'relationType' => false,
  1250.                  'invisible' => false,
  1251.                  'visibleGridView' => false,
  1252.                  'visibleSearch' => false,
  1253.                  'blockedVarsForExport' => 
  1254.                 array (
  1255.                 ),
  1256.                  'width' => '',
  1257.                  'height' => '',
  1258.                  'maxLength' => NULL,
  1259.                  'showCharCount' => false,
  1260.                  'excludeFromSearchIndex' => false,
  1261.               )),
  1262.               => 
  1263.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1264.                  'name' => 'jwtToken',
  1265.                  'title' => 'JWT Token',
  1266.                  'tooltip' => '',
  1267.                  'mandatory' => false,
  1268.                  'noteditable' => true,
  1269.                  'index' => false,
  1270.                  'locked' => false,
  1271.                  'style' => '',
  1272.                  'permissions' => NULL,
  1273.                  'datatype' => 'data',
  1274.                  'fieldtype' => 'textarea',
  1275.                  'relationType' => false,
  1276.                  'invisible' => false,
  1277.                  'visibleGridView' => false,
  1278.                  'visibleSearch' => false,
  1279.                  'blockedVarsForExport' => 
  1280.                 array (
  1281.                 ),
  1282.                  'width' => '',
  1283.                  'height' => '',
  1284.                  'maxLength' => NULL,
  1285.                  'showCharCount' => false,
  1286.                  'excludeFromSearchIndex' => false,
  1287.               )),
  1288.             ),
  1289.              'locked' => false,
  1290.              'blockedVarsForExport' => 
  1291.             array (
  1292.             ),
  1293.              'fieldtype' => 'panel',
  1294.              'layout' => NULL,
  1295.              'border' => false,
  1296.              'icon' => '',
  1297.              'labelWidth' => 0,
  1298.              'labelAlign' => 'left',
  1299.           )),
  1300.           => 
  1301.           \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  1302.              'name' => 'forPublicUser',
  1303.              'type' => NULL,
  1304.              'region' => NULL,
  1305.              'title' => 'Only For Public Users',
  1306.              'width' => '',
  1307.              'height' => '',
  1308.              'collapsible' => false,
  1309.              'collapsed' => false,
  1310.              'bodyStyle' => '',
  1311.              'datatype' => 'layout',
  1312.              'permissions' => NULL,
  1313.              'children' => 
  1314.             array (
  1315.               => 
  1316.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1317.                  'name' => 'userId',
  1318.                  'title' => 'User Id',
  1319.                  'tooltip' => '',
  1320.                  'mandatory' => false,
  1321.                  'noteditable' => true,
  1322.                  'index' => false,
  1323.                  'locked' => false,
  1324.                  'style' => '',
  1325.                  'permissions' => NULL,
  1326.                  'datatype' => 'data',
  1327.                  'fieldtype' => 'input',
  1328.                  'relationType' => false,
  1329.                  'invisible' => false,
  1330.                  'visibleGridView' => false,
  1331.                  'visibleSearch' => false,
  1332.                  'blockedVarsForExport' => 
  1333.                 array (
  1334.                 ),
  1335.                  'width' => 700,
  1336.                  'defaultValue' => NULL,
  1337.                  'columnLength' => 190,
  1338.                  'regex' => '',
  1339.                  'regexFlags' => 
  1340.                 array (
  1341.                 ),
  1342.                  'unique' => false,
  1343.                  'showCharCount' => false,
  1344.                  'defaultValueGenerator' => '',
  1345.               )),
  1346.               => 
  1347.               \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  1348.                  'name' => 'secretKey',
  1349.                  'title' => 'Secret Key  ',
  1350.                  'tooltip' => '',
  1351.                  'mandatory' => false,
  1352.                  'noteditable' => true,
  1353.                  'index' => false,
  1354.                  'locked' => false,
  1355.                  'style' => '',
  1356.                  'permissions' => NULL,
  1357.                  'datatype' => 'data',
  1358.                  'fieldtype' => 'input',
  1359.                  'relationType' => false,
  1360.                  'invisible' => false,
  1361.                  'visibleGridView' => false,
  1362.                  'visibleSearch' => false,
  1363.                  'blockedVarsForExport' => 
  1364.                 array (
  1365.                 ),
  1366.                  'width' => 700,
  1367.                  'defaultValue' => NULL,
  1368.                  'columnLength' => 190,
  1369.                  'regex' => '',
  1370.                  'regexFlags' => 
  1371.                 array (
  1372.                 ),
  1373.                  'unique' => false,
  1374.                  'showCharCount' => false,
  1375.                  'defaultValueGenerator' => '',
  1376.               )),
  1377.             ),
  1378.              'locked' => false,
  1379.              'blockedVarsForExport' => 
  1380.             array (
  1381.             ),
  1382.              'fieldtype' => 'panel',
  1383.              'layout' => NULL,
  1384.              'border' => false,
  1385.              'icon' => '',
  1386.              'labelWidth' => 0,
  1387.              'labelAlign' => 'left',
  1388.           )),
  1389.           => 
  1390.           \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  1391.              'name' => 'Layout',
  1392.              'type' => NULL,
  1393.              'region' => NULL,
  1394.              'title' => 'Subscription',
  1395.              'width' => '',
  1396.              'height' => '',
  1397.              'collapsible' => false,
  1398.              'collapsed' => false,
  1399.              'bodyStyle' => '',
  1400.              'datatype' => 'layout',
  1401.              'permissions' => NULL,
  1402.              'children' => 
  1403.             array (
  1404.               => 
  1405.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1406.                  'name' => 'customNotification',
  1407.                  'title' => 'Custom Notification',
  1408.                  'tooltip' => '',
  1409.                  'mandatory' => false,
  1410.                  'noteditable' => false,
  1411.                  'index' => false,
  1412.                  'locked' => false,
  1413.                  'style' => '',
  1414.                  'permissions' => NULL,
  1415.                  'datatype' => 'data',
  1416.                  'fieldtype' => 'checkbox',
  1417.                  'relationType' => false,
  1418.                  'invisible' => false,
  1419.                  'visibleGridView' => false,
  1420.                  'visibleSearch' => false,
  1421.                  'blockedVarsForExport' => 
  1422.                 array (
  1423.                 ),
  1424.                  'defaultValue' => 1,
  1425.                  'defaultValueGenerator' => '',
  1426.               )),
  1427.               => 
  1428.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1429.                  'name' => 'severeWeatherAlert',
  1430.                  'title' => 'Severe Weather Alert',
  1431.                  'tooltip' => '',
  1432.                  'mandatory' => false,
  1433.                  'noteditable' => false,
  1434.                  'index' => false,
  1435.                  'locked' => false,
  1436.                  'style' => '',
  1437.                  'permissions' => NULL,
  1438.                  'datatype' => 'data',
  1439.                  'fieldtype' => 'checkbox',
  1440.                  'relationType' => false,
  1441.                  'invisible' => false,
  1442.                  'visibleGridView' => false,
  1443.                  'visibleSearch' => false,
  1444.                  'blockedVarsForExport' => 
  1445.                 array (
  1446.                 ),
  1447.                  'defaultValue' => 1,
  1448.                  'defaultValueGenerator' => '',
  1449.               )),
  1450.               => 
  1451.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1452.                  'name' => 'earlyWarningNotification',
  1453.                  'title' => 'Early Warning Notification',
  1454.                  'tooltip' => '',
  1455.                  'mandatory' => false,
  1456.                  'noteditable' => false,
  1457.                  'index' => false,
  1458.                  'locked' => false,
  1459.                  'style' => '',
  1460.                  'permissions' => NULL,
  1461.                  'datatype' => 'data',
  1462.                  'fieldtype' => 'checkbox',
  1463.                  'relationType' => false,
  1464.                  'invisible' => false,
  1465.                  'visibleGridView' => false,
  1466.                  'visibleSearch' => false,
  1467.                  'blockedVarsForExport' => 
  1468.                 array (
  1469.                 ),
  1470.                  'defaultValue' => 1,
  1471.                  'defaultValueGenerator' => '',
  1472.               )),
  1473.               => 
  1474.               \Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  1475.                  'name' => 'advanceCustomNotification',
  1476.                  'title' => 'Advance Custom Notification',
  1477.                  'tooltip' => '',
  1478.                  'mandatory' => false,
  1479.                  'noteditable' => false,
  1480.                  'index' => false,
  1481.                  'locked' => false,
  1482.                  'style' => '',
  1483.                  'permissions' => NULL,
  1484.                  'datatype' => 'data',
  1485.                  'fieldtype' => 'checkbox',
  1486.                  'relationType' => false,
  1487.                  'invisible' => false,
  1488.                  'visibleGridView' => false,
  1489.                  'visibleSearch' => false,
  1490.                  'blockedVarsForExport' => 
  1491.                 array (
  1492.                 ),
  1493.                  'defaultValue' => NULL,
  1494.                  'defaultValueGenerator' => '',
  1495.               )),
  1496.               => 
  1497.               \Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  1498.                  'name' => 'unSubToken',
  1499.                  'title' => 'Un Sub Token',
  1500.                  'tooltip' => '',
  1501.                  'mandatory' => false,
  1502.                  'noteditable' => true,
  1503.                  'index' => false,
  1504.                  'locked' => false,
  1505.                  'style' => '',
  1506.                  'permissions' => NULL,
  1507.                  'datatype' => 'data',
  1508.                  'fieldtype' => 'textarea',
  1509.                  'relationType' => false,
  1510.                  'invisible' => false,
  1511.                  'visibleGridView' => false,
  1512.                  'visibleSearch' => false,
  1513.                  'blockedVarsForExport' => 
  1514.                 array (
  1515.                 ),
  1516.                  'width' => '',
  1517.                  'height' => '',
  1518.                  'maxLength' => NULL,
  1519.                  'showCharCount' => false,
  1520.                  'excludeFromSearchIndex' => false,
  1521.               )),
  1522.             ),
  1523.              'locked' => false,
  1524.              'blockedVarsForExport' => 
  1525.             array (
  1526.             ),
  1527.              'fieldtype' => 'panel',
  1528.              'layout' => NULL,
  1529.              'border' => false,
  1530.              'icon' => '',
  1531.              'labelWidth' => 0,
  1532.              'labelAlign' => 'left',
  1533.           )),
  1534.         ),
  1535.          'locked' => false,
  1536.          'blockedVarsForExport' => 
  1537.         array (
  1538.         ),
  1539.          'fieldtype' => 'tabpanel',
  1540.          'border' => false,
  1541.          'tabPosition' => NULL,
  1542.       )),
  1543.     ),
  1544.      'locked' => false,
  1545.      'blockedVarsForExport' => 
  1546.     array (
  1547.     ),
  1548.      'fieldtype' => 'panel',
  1549.      'layout' => NULL,
  1550.      'border' => false,
  1551.      'icon' => NULL,
  1552.      'labelWidth' => 100,
  1553.      'labelAlign' => 'left',
  1554.   )),
  1555.    'icon' => '',
  1556.    'previewUrl' => '',
  1557.    'group' => 'User',
  1558.    'showAppLoggerTab' => false,
  1559.    'linkGeneratorReference' => '',
  1560.    'previewGeneratorReference' => '',
  1561.    'compositeIndices' => 
  1562.   array (
  1563.   ),
  1564.    'generateTypeDeclarations' => true,
  1565.    'showFieldLookup' => false,
  1566.    'propertyVisibility' => 
  1567.   array (
  1568.     'grid' => 
  1569.     array (
  1570.       'id' => true,
  1571.       'key' => false,
  1572.       'path' => true,
  1573.       'published' => true,
  1574.       'modificationDate' => true,
  1575.       'creationDate' => true,
  1576.     ),
  1577.     'search' => 
  1578.     array (
  1579.       'id' => true,
  1580.       'key' => false,
  1581.       'path' => true,
  1582.       'published' => true,
  1583.       'modificationDate' => true,
  1584.       'creationDate' => true,
  1585.     ),
  1586.   ),
  1587.    'enableGridLocking' => false,
  1588.    'deletedDataComponents' => 
  1589.   array (
  1590.   ),
  1591.    'blockedVarsForExport' => 
  1592.   array (
  1593.   ),
  1594.    'activeDispatchingEvents' => 
  1595.   array (
  1596.   ),
  1597. ));