var/classes/definition_News.php line 86

Open in your IDE?
  1. <?php
  2. /**
  3.  * Inheritance: no
  4.  * Variants: no
  5.  *
  6.  * Fields Summary:
  7.  * - localizedfields [localizedfields]
  8.  * -- title [input]
  9.  * -- shortText [textarea]
  10.  * - content [fieldcollections]
  11.  * - date [datetime]
  12.  * - gallery [imageGallery]
  13.  */
  14. return Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
  15.    'dao' => NULL,
  16.    'id' => 'NE',
  17.    'name' => 'News',
  18.    'description' => '',
  19.    'creationDate' => 0,
  20.    'modificationDate' => 1683551626,
  21.    'userOwner' => 2,
  22.    'userModification' => 1,
  23.    'parentClass' => '',
  24.    'implementsInterfaces' => '',
  25.    'listingParentClass' => '',
  26.    'useTraits' => '',
  27.    'listingUseTraits' => '',
  28.    'encryption' => false,
  29.    'encryptedTables' => 
  30.   array (
  31.   ),
  32.    'allowInherit' => false,
  33.    'allowVariants' => false,
  34.    'showVariants' => false,
  35.    'fieldDefinitions' => 
  36.   array (
  37.   ),
  38.    'layoutDefinitions' => 
  39.   Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  40.      'name' => 'pimcore_root',
  41.      'type' => NULL,
  42.      'region' => NULL,
  43.      'title' => NULL,
  44.      'width' => 0,
  45.      'height' => 0,
  46.      'collapsible' => false,
  47.      'collapsed' => false,
  48.      'bodyStyle' => NULL,
  49.      'datatype' => 'layout',
  50.      'permissions' => NULL,
  51.      'children' => 
  52.     array (
  53.       => 
  54.       Pimcore\Model\DataObject\ClassDefinition\Layout\Region::__set_state(array(
  55.          'name' => 'Base Data',
  56.          'type' => NULL,
  57.          'region' => NULL,
  58.          'title' => 'Base Data',
  59.          'width' => NULL,
  60.          'height' => NULL,
  61.          'collapsible' => false,
  62.          'collapsed' => false,
  63.          'bodyStyle' => '',
  64.          'datatype' => 'layout',
  65.          'permissions' => NULL,
  66.          'children' => 
  67.         array (
  68.           => 
  69.           Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  70.              'name' => 'Layout',
  71.              'type' => NULL,
  72.              'region' => 'center',
  73.              'title' => '',
  74.              'width' => NULL,
  75.              'height' => NULL,
  76.              'collapsible' => false,
  77.              'collapsed' => false,
  78.              'bodyStyle' => '',
  79.              'datatype' => 'layout',
  80.              'permissions' => NULL,
  81.              'children' => 
  82.             array (
  83.               => 
  84.               Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  85.                  'name' => 'localizedfields',
  86.                  'title' => '',
  87.                  'tooltip' => '',
  88.                  'mandatory' => false,
  89.                  'noteditable' => false,
  90.                  'index' => NULL,
  91.                  'locked' => false,
  92.                  'style' => '',
  93.                  'permissions' => NULL,
  94.                  'datatype' => 'data',
  95.                  'fieldtype' => 'localizedfields',
  96.                  'relationType' => false,
  97.                  'invisible' => false,
  98.                  'visibleGridView' => true,
  99.                  'visibleSearch' => true,
  100.                  'blockedVarsForExport' => 
  101.                 array (
  102.                 ),
  103.                  'children' => 
  104.                 array (
  105.                   => 
  106.                   Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  107.                      'name' => 'title',
  108.                      'title' => 'Title',
  109.                      'tooltip' => '',
  110.                      'mandatory' => false,
  111.                      'noteditable' => false,
  112.                      'index' => false,
  113.                      'locked' => false,
  114.                      'style' => '',
  115.                      'permissions' => NULL,
  116.                      'datatype' => 'data',
  117.                      'fieldtype' => 'input',
  118.                      'relationType' => false,
  119.                      'invisible' => false,
  120.                      'visibleGridView' => true,
  121.                      'visibleSearch' => true,
  122.                      'blockedVarsForExport' => 
  123.                     array (
  124.                     ),
  125.                      'width' => 300,
  126.                      'defaultValue' => NULL,
  127.                      'columnLength' => 190,
  128.                      'regex' => '',
  129.                      'regexFlags' => 
  130.                     array (
  131.                     ),
  132.                      'unique' => false,
  133.                      'showCharCount' => false,
  134.                      'defaultValueGenerator' => '',
  135.                   )),
  136.                   => 
  137.                   Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array(
  138.                      'name' => 'shortText',
  139.                      'title' => 'Short Text',
  140.                      'tooltip' => '',
  141.                      'mandatory' => false,
  142.                      'noteditable' => false,
  143.                      'index' => false,
  144.                      'locked' => false,
  145.                      'style' => '',
  146.                      'permissions' => NULL,
  147.                      'datatype' => 'data',
  148.                      'fieldtype' => 'textarea',
  149.                      'relationType' => false,
  150.                      'invisible' => false,
  151.                      'visibleGridView' => false,
  152.                      'visibleSearch' => false,
  153.                      'blockedVarsForExport' => 
  154.                     array (
  155.                     ),
  156.                      'width' => 300,
  157.                      'height' => '',
  158.                      'maxLength' => NULL,
  159.                      'showCharCount' => false,
  160.                      'excludeFromSearchIndex' => false,
  161.                   )),
  162.                 ),
  163.                  'region' => '',
  164.                  'layout' => NULL,
  165.                  'width' => '',
  166.                  'height' => '',
  167.                  'maxTabs' => NULL,
  168.                  'border' => false,
  169.                  'provideSplitView' => false,
  170.                  'tabPosition' => 'top',
  171.                  'hideLabelsWhenTabsReached' => NULL,
  172.                  'referencedFields' => 
  173.                 array (
  174.                 ),
  175.                  'fieldDefinitionsCache' => NULL,
  176.                  'permissionView' => NULL,
  177.                  'permissionEdit' => NULL,
  178.                  'labelWidth' => 100,
  179.                  'labelAlign' => 'left',
  180.               )),
  181.               => 
  182.               Pimcore\Model\DataObject\ClassDefinition\Data\Fieldcollections::__set_state(array(
  183.                  'name' => 'content',
  184.                  'title' => 'Content',
  185.                  'tooltip' => '',
  186.                  'mandatory' => false,
  187.                  'noteditable' => false,
  188.                  'index' => false,
  189.                  'locked' => false,
  190.                  'style' => '',
  191.                  'permissions' => NULL,
  192.                  'datatype' => 'data',
  193.                  'fieldtype' => 'fieldcollections',
  194.                  'relationType' => false,
  195.                  'invisible' => false,
  196.                  'visibleGridView' => false,
  197.                  'visibleSearch' => false,
  198.                  'blockedVarsForExport' => 
  199.                 array (
  200.                 ),
  201.                  'allowedTypes' => 
  202.                 array (
  203.                   => 'NewsCars',
  204.                   => 'NewsLinks',
  205.                   => 'NewsText',
  206.                 ),
  207.                  'lazyLoading' => true,
  208.                  'maxItems' => NULL,
  209.                  'disallowAddRemove' => false,
  210.                  'disallowReorder' => false,
  211.                  'collapsed' => false,
  212.                  'collapsible' => false,
  213.                  'border' => false,
  214.               )),
  215.             ),
  216.              'locked' => false,
  217.              'blockedVarsForExport' => 
  218.             array (
  219.             ),
  220.              'fieldtype' => 'panel',
  221.              'layout' => NULL,
  222.              'border' => false,
  223.              'icon' => NULL,
  224.              'labelWidth' => 100,
  225.              'labelAlign' => 'left',
  226.           )),
  227.           => 
  228.           Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  229.              'name' => 'Dates & Images',
  230.              'type' => NULL,
  231.              'region' => 'east',
  232.              'title' => '',
  233.              'width' => 450,
  234.              'height' => NULL,
  235.              'collapsible' => false,
  236.              'collapsed' => false,
  237.              'bodyStyle' => '',
  238.              'datatype' => 'layout',
  239.              'permissions' => NULL,
  240.              'children' => 
  241.             array (
  242.               => 
  243.               Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array(
  244.                  'name' => 'date',
  245.                  'title' => 'Date',
  246.                  'tooltip' => '',
  247.                  'mandatory' => false,
  248.                  'noteditable' => false,
  249.                  'index' => false,
  250.                  'locked' => false,
  251.                  'style' => '',
  252.                  'permissions' => NULL,
  253.                  'datatype' => 'data',
  254.                  'fieldtype' => 'datetime',
  255.                  'relationType' => false,
  256.                  'invisible' => false,
  257.                  'visibleGridView' => true,
  258.                  'visibleSearch' => true,
  259.                  'blockedVarsForExport' => 
  260.                 array (
  261.                 ),
  262.                  'queryColumnType' => 'bigint(20)',
  263.                  'columnType' => 'bigint(20)',
  264.                  'defaultValue' => NULL,
  265.                  'useCurrentDate' => false,
  266.                  'defaultValueGenerator' => '',
  267.               )),
  268.               => 
  269.               Pimcore\Model\DataObject\ClassDefinition\Data\ImageGallery::__set_state(array(
  270.                  'name' => 'gallery',
  271.                  'title' => 'Gallery',
  272.                  'tooltip' => '',
  273.                  'mandatory' => false,
  274.                  'noteditable' => false,
  275.                  'index' => false,
  276.                  'locked' => false,
  277.                  'style' => '',
  278.                  'permissions' => NULL,
  279.                  'datatype' => 'data',
  280.                  'fieldtype' => 'imageGallery',
  281.                  'relationType' => false,
  282.                  'invisible' => false,
  283.                  'visibleGridView' => false,
  284.                  'visibleSearch' => false,
  285.                  'blockedVarsForExport' => 
  286.                 array (
  287.                 ),
  288.                  'width' => 412,
  289.                  'height' => 330,
  290.                  'uploadPath' => '',
  291.                  'ratioX' => NULL,
  292.                  'ratioY' => NULL,
  293.                  'predefinedDataTemplates' => '',
  294.               )),
  295.             ),
  296.              'locked' => false,
  297.              'blockedVarsForExport' => 
  298.             array (
  299.             ),
  300.              'fieldtype' => 'panel',
  301.              'layout' => NULL,
  302.              'border' => false,
  303.              'icon' => NULL,
  304.              'labelWidth' => 100,
  305.              'labelAlign' => 'left',
  306.           )),
  307.         ),
  308.          'locked' => false,
  309.          'blockedVarsForExport' => 
  310.         array (
  311.         ),
  312.          'fieldtype' => 'region',
  313.          'icon' => NULL,
  314.       )),
  315.     ),
  316.      'locked' => false,
  317.      'blockedVarsForExport' => 
  318.     array (
  319.     ),
  320.      'fieldtype' => 'panel',
  321.      'layout' => NULL,
  322.      'border' => false,
  323.      'icon' => NULL,
  324.      'labelWidth' => 100,
  325.      'labelAlign' => 'left',
  326.   )),
  327.    'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/news.svg',
  328.    'previewUrl' => '',
  329.    'group' => '',
  330.    'showAppLoggerTab' => false,
  331.    'linkGeneratorReference' => '@App\\Website\\LinkGenerator\\NewsLinkGenerator',
  332.    'previewGeneratorReference' => '',
  333.    'compositeIndices' => 
  334.   array (
  335.   ),
  336.    'generateTypeDeclarations' => true,
  337.    'showFieldLookup' => false,
  338.    'propertyVisibility' => 
  339.   array (
  340.     'grid' => 
  341.     array (
  342.       'id' => true,
  343.       'key' => false,
  344.       'path' => true,
  345.       'published' => true,
  346.       'modificationDate' => false,
  347.       'creationDate' => false,
  348.     ),
  349.     'search' => 
  350.     array (
  351.       'id' => true,
  352.       'key' => false,
  353.       'path' => true,
  354.       'published' => true,
  355.       'modificationDate' => false,
  356.       'creationDate' => false,
  357.     ),
  358.   ),
  359.    'enableGridLocking' => false,
  360.    'deletedDataComponents' => 
  361.   array (
  362.   ),
  363.    'blockedVarsForExport' => 
  364.   array (
  365.   ),
  366.    'activeDispatchingEvents' => 
  367.   array (
  368.   ),
  369. ));