var/classes/definition_Customer.php line 587

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