var/classes/definition_Abteilung.php line 53

Open in your IDE?
  1. <?php
  2. /**
  3.  * Inheritance: no
  4.  * Variants: no
  5.  *
  6.  * Fields Summary:
  7.  * - priority [numeric]
  8.  * - title [input]
  9.  * - persons [reverseObjectRelation]
  10.  */
  11. return \Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
  12.    'dao' => NULL,
  13.    'id' => '2',
  14.    'name' => 'Abteilung',
  15.    'description' => '',
  16.    'creationDate' => 0,
  17.    'modificationDate' => 1673363001,
  18.    'userOwner' => 2,
  19.    'userModification' => 2,
  20.    'parentClass' => '',
  21.    'implementsInterfaces' => '',
  22.    'listingParentClass' => '',
  23.    'useTraits' => '',
  24.    'listingUseTraits' => '',
  25.    'encryption' => false,
  26.    'encryptedTables' => 
  27.   array (
  28.   ),
  29.    'allowInherit' => false,
  30.    'allowVariants' => false,
  31.    'showVariants' => false,
  32.    'fieldDefinitions' => 
  33.   array (
  34.   ),
  35.    'layoutDefinitions' => 
  36.   \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  37.      'name' => 'pimcore_root',
  38.      'type' => NULL,
  39.      'region' => NULL,
  40.      'title' => NULL,
  41.      'width' => 0,
  42.      'height' => 0,
  43.      'collapsible' => false,
  44.      'collapsed' => false,
  45.      'bodyStyle' => NULL,
  46.      'datatype' => 'layout',
  47.      'permissions' => NULL,
  48.      'children' => 
  49.     array (
  50.       => 
  51.       \Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  52.          'name' => 'Layout',
  53.          'type' => NULL,
  54.          'region' => NULL,
  55.          'title' => '',
  56.          'width' => '',
  57.          'height' => '',
  58.          'collapsible' => false,
  59.          'collapsed' => false,
  60.          'bodyStyle' => '',
  61.          'datatype' => 'layout',
  62.          'permissions' => NULL,
  63.          'children' => 
  64.         array (
  65.           => 
  66.           \Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array(
  67.              'name' => 'priority',
  68.              'title' => 'Priorität',
  69.              'tooltip' => '  1: hoch
  70. 99: niedrig',
  71.              'mandatory' => true,
  72.              'noteditable' => false,
  73.              'index' => false,
  74.              'locked' => false,
  75.              'style' => '',
  76.              'permissions' => NULL,
  77.              'datatype' => 'data',
  78.              'fieldtype' => 'numeric',
  79.              'relationType' => false,
  80.              'invisible' => false,
  81.              'visibleGridView' => false,
  82.              'visibleSearch' => false,
  83.              'blockedVarsForExport' => 
  84.             array (
  85.             ),
  86.              'width' => '',
  87.              'defaultValue' => 99,
  88.              'integer' => true,
  89.              'unsigned' => false,
  90.              'minValue' => 1,
  91.              'maxValue' => 99,
  92.              'unique' => false,
  93.              'decimalSize' => NULL,
  94.              'decimalPrecision' => NULL,
  95.              'defaultValueGenerator' => '',
  96.           )),
  97.           => 
  98.           \Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  99.              'name' => 'title',
  100.              'title' => 'Titel',
  101.              'tooltip' => '',
  102.              'mandatory' => true,
  103.              'noteditable' => false,
  104.              'index' => false,
  105.              'locked' => false,
  106.              'style' => '',
  107.              'permissions' => NULL,
  108.              'datatype' => 'data',
  109.              'fieldtype' => 'input',
  110.              'relationType' => false,
  111.              'invisible' => false,
  112.              'visibleGridView' => false,
  113.              'visibleSearch' => false,
  114.              'blockedVarsForExport' => 
  115.             array (
  116.             ),
  117.              'width' => 500,
  118.              'defaultValue' => NULL,
  119.              'columnLength' => 190,
  120.              'regex' => '',
  121.              'regexFlags' => 
  122.             array (
  123.             ),
  124.              'unique' => false,
  125.              'showCharCount' => false,
  126.              'defaultValueGenerator' => '',
  127.           )),
  128.           => 
  129.           \Pimcore\Model\DataObject\ClassDefinition\Data\ReverseObjectRelation::__set_state(array(
  130.              'name' => 'persons',
  131.              'title' => 'Personen',
  132.              'tooltip' => '',
  133.              'mandatory' => false,
  134.              'noteditable' => false,
  135.              'index' => false,
  136.              'locked' => false,
  137.              'style' => '',
  138.              'permissions' => NULL,
  139.              'datatype' => 'data',
  140.              'fieldtype' => 'reverseObjectRelation',
  141.              'relationType' => true,
  142.              'invisible' => false,
  143.              'visibleGridView' => false,
  144.              'visibleSearch' => false,
  145.              'blockedVarsForExport' => 
  146.             array (
  147.             ),
  148.              'classes' => 
  149.             array (
  150.             ),
  151.              'pathFormatterClass' => '',
  152.              'width' => '',
  153.              'height' => '',
  154.              'maxItems' => NULL,
  155.              'visibleFields' => NULL,
  156.              'allowToCreateNewObject' => true,
  157.              'optimizedAdminLoading' => false,
  158.              'enableTextSelection' => false,
  159.              'visibleFieldDefinitions' => 
  160.             array (
  161.             ),
  162.              'ownerClassName' => 'Person',
  163.              'ownerClassId' => NULL,
  164.              'ownerFieldName' => 'departments',
  165.              'lazyLoading' => true,
  166.           )),
  167.         ),
  168.          'locked' => false,
  169.          'blockedVarsForExport' => 
  170.         array (
  171.         ),
  172.          'fieldtype' => 'panel',
  173.          'layout' => NULL,
  174.          'border' => false,
  175.          'icon' => '',
  176.          'labelWidth' => 0,
  177.          'labelAlign' => 'left',
  178.       )),
  179.     ),
  180.      'locked' => false,
  181.      'blockedVarsForExport' => 
  182.     array (
  183.     ),
  184.      'fieldtype' => 'panel',
  185.      'layout' => NULL,
  186.      'border' => false,
  187.      'icon' => NULL,
  188.      'labelWidth' => 100,
  189.      'labelAlign' => 'left',
  190.   )),
  191.    'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/conference_call.svg',
  192.    'previewUrl' => '',
  193.    'group' => '',
  194.    'showAppLoggerTab' => false,
  195.    'linkGeneratorReference' => '',
  196.    'previewGeneratorReference' => '',
  197.    'compositeIndices' => 
  198.   array (
  199.   ),
  200.    'generateTypeDeclarations' => true,
  201.    'showFieldLookup' => false,
  202.    'propertyVisibility' => 
  203.   array (
  204.     'grid' => 
  205.     array (
  206.       'id' => true,
  207.       'key' => false,
  208.       'path' => true,
  209.       'published' => true,
  210.       'modificationDate' => true,
  211.       'creationDate' => true,
  212.     ),
  213.     'search' => 
  214.     array (
  215.       'id' => true,
  216.       'key' => false,
  217.       'path' => true,
  218.       'published' => true,
  219.       'modificationDate' => true,
  220.       'creationDate' => true,
  221.     ),
  222.   ),
  223.    'enableGridLocking' => false,
  224.    'deletedDataComponents' => 
  225.   array (
  226.   ),
  227.    'blockedVarsForExport' => 
  228.   array (
  229.   ),
  230.    'activeDispatchingEvents' => 
  231.   array (
  232.   ),
  233. ));