var/classes/definition_Iconbox.php line 98

Open in your IDE?
  1. <?php
  2. /**
  3.  * Inheritance: no
  4.  * Variants: no
  5.  *
  6.  * Fields Summary:
  7.  * - icon [select]
  8.  * - localizedfields [localizedfields]
  9.  * -- headline [input]
  10.  * -- text [textarea]
  11.  * -- link [link]
  12.  */
  13. return Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
  14.    'dao' => NULL,
  15.    'id' => 'CNICONBOX',
  16.    'name' => 'Iconbox',
  17.    'description' => '',
  18.    'creationDate' => 0,
  19.    'modificationDate' => 1681282820,
  20.    'userOwner' => 2,
  21.    'userModification' => 2,
  22.    'parentClass' => '',
  23.    'implementsInterfaces' => '',
  24.    'listingParentClass' => '',
  25.    'useTraits' => '',
  26.    'listingUseTraits' => '',
  27.    'encryption' => false,
  28.    'encryptedTables' => 
  29.   array (
  30.   ),
  31.    'allowInherit' => false,
  32.    'allowVariants' => false,
  33.    'showVariants' => false,
  34.    'fieldDefinitions' => 
  35.   array (
  36.   ),
  37.    'layoutDefinitions' => 
  38.   Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  39.      'name' => 'pimcore_root',
  40.      'type' => NULL,
  41.      'region' => NULL,
  42.      'title' => NULL,
  43.      'width' => 0,
  44.      'height' => 0,
  45.      'collapsible' => false,
  46.      'collapsed' => false,
  47.      'bodyStyle' => NULL,
  48.      'datatype' => 'layout',
  49.      'permissions' => NULL,
  50.      'children' => 
  51.     array (
  52.       => 
  53.       Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  54.          'name' => 'Layout',
  55.          'type' => NULL,
  56.          'region' => NULL,
  57.          'title' => '',
  58.          'width' => '',
  59.          'height' => '',
  60.          'collapsible' => false,
  61.          'collapsed' => false,
  62.          'bodyStyle' => '',
  63.          'datatype' => 'layout',
  64.          'permissions' => NULL,
  65.          'children' => 
  66.         array (
  67.           => 
  68.           Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array(
  69.              'name' => 'icon',
  70.              'title' => 'Icon',
  71.              'tooltip' => '',
  72.              'mandatory' => false,
  73.              'noteditable' => false,
  74.              'index' => false,
  75.              'locked' => false,
  76.              'style' => '',
  77.              'permissions' => NULL,
  78.              'datatype' => 'data',
  79.              'fieldtype' => 'select',
  80.              'relationType' => false,
  81.              'invisible' => false,
  82.              'visibleGridView' => false,
  83.              'visibleSearch' => false,
  84.              'blockedVarsForExport' => 
  85.             array (
  86.             ),
  87.              'width' => '',
  88.              'defaultValue' => '',
  89.              'optionsProviderClass' => 'CONECTO\\ProviderBundle\\OptionsProvider\\IconOptionsProvider',
  90.              'optionsProviderData' => '',
  91.              'columnLength' => 190,
  92.              'dynamicOptions' => false,
  93.              'defaultValueGenerator' => '',
  94.           )),
  95.           => 
  96.           Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  97.              'name' => 'localizedfields',
  98.              'title' => '',
  99.              'tooltip' => '',
  100.              'mandatory' => false,
  101.              'noteditable' => false,
  102.              'index' => NULL,
  103.              'locked' => false,
  104.              'style' => '',
  105.              'permissions' => NULL,
  106.              'datatype' => 'data',
  107.              'fieldtype' => 'localizedfields',
  108.              'relationType' => false,
  109.              'invisible' => false,
  110.              'visibleGridView' => true,
  111.              'visibleSearch' => true,
  112.              'blockedVarsForExport' => 
  113.             array (
  114.             ),
  115.              'children' => 
  116.             array (
  117.               => 
  118.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  119.                  'name' => 'headline',
  120.                  'title' => 'Überschrift',
  121.                  'tooltip' => '',
  122.                  'mandatory' => false,
  123.                  'noteditable' => false,
  124.                  'index' => false,
  125.                  'locked' => false,
  126.                  'style' => '',
  127.                  'permissions' => NULL,
  128.                  'datatype' => 'data',
  129.                  'fieldtype' => 'input',
  130.                  'relationType' => false,
  131.                  'invisible' => false,
  132.                  'visibleGridView' => false,
  133.                  'visibleSearch' => false,
  134.                  'blockedVarsForExport' => 
  135.                 array (
  136.                 ),
  137.                  'width' => '',
  138.                  'defaultValue' => NULL,
  139.                  'columnLength' => 190,
  140.                  'regex' => '',
  141.                  'regexFlags' => 
  142.                 array (
  143.                 ),
  144.                  'unique' => false,
  145.                  'showCharCount' => false,
  146.                  'defaultValueGenerator' => '',
  147.               )),
  148.               => 
  149.               Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  150.                  'name' => 'text',
  151.                  'title' => 'Text',
  152.                  'tooltip' => '',
  153.                  'mandatory' => false,
  154.                  'noteditable' => false,
  155.                  'index' => false,
  156.                  'locked' => false,
  157.                  'style' => '',
  158.                  'permissions' => NULL,
  159.                  'datatype' => 'data',
  160.                  'fieldtype' => 'textarea',
  161.                  'relationType' => false,
  162.                  'invisible' => false,
  163.                  'visibleGridView' => false,
  164.                  'visibleSearch' => false,
  165.                  'blockedVarsForExport' => 
  166.                 array (
  167.                 ),
  168.                  'width' => '',
  169.                  'height' => '',
  170.                  'maxLength' => NULL,
  171.                  'showCharCount' => false,
  172.                  'excludeFromSearchIndex' => false,
  173.               )),
  174.               => 
  175.               Pimcore\Model\DataObject\ClassDefinition\Data\Link::__set_state(array(
  176.                  'name' => 'link',
  177.                  'title' => 'Link',
  178.                  'tooltip' => '',
  179.                  'mandatory' => false,
  180.                  'noteditable' => false,
  181.                  'index' => false,
  182.                  'locked' => false,
  183.                  'style' => '',
  184.                  'permissions' => NULL,
  185.                  'datatype' => 'data',
  186.                  'fieldtype' => 'link',
  187.                  'relationType' => false,
  188.                  'invisible' => false,
  189.                  'visibleGridView' => false,
  190.                  'visibleSearch' => false,
  191.                  'blockedVarsForExport' => 
  192.                 array (
  193.                 ),
  194.               )),
  195.             ),
  196.              'region' => NULL,
  197.              'layout' => NULL,
  198.              'width' => '',
  199.              'height' => '',
  200.              'maxTabs' => NULL,
  201.              'border' => false,
  202.              'provideSplitView' => false,
  203.              'tabPosition' => NULL,
  204.              'hideLabelsWhenTabsReached' => NULL,
  205.              'referencedFields' => 
  206.             array (
  207.             ),
  208.              'fieldDefinitionsCache' => NULL,
  209.              'permissionView' => NULL,
  210.              'permissionEdit' => NULL,
  211.              'labelWidth' => 0,
  212.              'labelAlign' => 'left',
  213.           )),
  214.         ),
  215.          'locked' => false,
  216.          'blockedVarsForExport' => 
  217.         array (
  218.         ),
  219.          'fieldtype' => 'panel',
  220.          'layout' => NULL,
  221.          'border' => false,
  222.          'icon' => '',
  223.          'labelWidth' => 0,
  224.          'labelAlign' => 'left',
  225.       )),
  226.     ),
  227.      'locked' => false,
  228.      'blockedVarsForExport' => 
  229.     array (
  230.     ),
  231.      'fieldtype' => 'panel',
  232.      'layout' => NULL,
  233.      'border' => false,
  234.      'icon' => NULL,
  235.      'labelWidth' => 100,
  236.      'labelAlign' => 'left',
  237.   )),
  238.    'icon' => '',
  239.    'previewUrl' => '',
  240.    'group' => '',
  241.    'showAppLoggerTab' => false,
  242.    'linkGeneratorReference' => '',
  243.    'previewGeneratorReference' => '',
  244.    'compositeIndices' => 
  245.   array (
  246.   ),
  247.    'generateTypeDeclarations' => true,
  248.    'showFieldLookup' => false,
  249.    'propertyVisibility' => 
  250.   array (
  251.     'grid' => 
  252.     array (
  253.       'id' => true,
  254.       'key' => false,
  255.       'path' => true,
  256.       'published' => true,
  257.       'modificationDate' => true,
  258.       'creationDate' => true,
  259.     ),
  260.     'search' => 
  261.     array (
  262.       'id' => true,
  263.       'key' => false,
  264.       'path' => true,
  265.       'published' => true,
  266.       'modificationDate' => true,
  267.       'creationDate' => true,
  268.     ),
  269.   ),
  270.    'enableGridLocking' => false,
  271.    'deletedDataComponents' => 
  272.   array (
  273.     => 
  274.     Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array(
  275.        'name' => 'iconSize',
  276.        'title' => 'Icon Größe',
  277.        'tooltip' => '',
  278.        'mandatory' => false,
  279.        'noteditable' => false,
  280.        'index' => false,
  281.        'locked' => false,
  282.        'style' => '',
  283.        'permissions' => NULL,
  284.        'datatype' => 'data',
  285.        'fieldtype' => 'select',
  286.        'relationType' => false,
  287.        'invisible' => false,
  288.        'visibleGridView' => false,
  289.        'visibleSearch' => false,
  290.        'blockedVarsForExport' => 
  291.       array (
  292.       ),
  293.        'options' => 
  294.       array (
  295.         => 
  296.         array (
  297.           'key' => 'groß',
  298.           'value' => 'big',
  299.         ),
  300.         => 
  301.         array (
  302.           'key' => 'mittel',
  303.           'value' => 'medium',
  304.         ),
  305.         => 
  306.         array (
  307.           'key' => 'klein',
  308.           'value' => 'small',
  309.         ),
  310.       ),
  311.        'width' => '',
  312.        'defaultValue' => 'medium',
  313.        'optionsProviderClass' => '',
  314.        'optionsProviderData' => '',
  315.        'queryColumnType' => 'varchar',
  316.        'columnType' => 'varchar',
  317.        'columnLength' => 190,
  318.        'dynamicOptions' => false,
  319.        'defaultValueGenerator' => '',
  320.     )),
  321.   ),
  322.    'blockedVarsForExport' => 
  323.   array (
  324.   ),
  325.    'activeDispatchingEvents' => 
  326.   array (
  327.   ),
  328. ));