var/classes/fieldcollections/TaxEntry.php line 55

Open in your IDE?
  1. <?php 
  2. /** 
  3. Fields Summary: 
  4. - localizedfields [localizedfields]
  5. -- name [input]
  6. - percent [numeric]
  7. */ 
  8. return Pimcore\Model\DataObject\Fieldcollection\Definition::__set_state(array(
  9.    'dao' => NULL,
  10.    'key' => 'TaxEntry',
  11.    'parentClass' => '',
  12.    'implementsInterfaces' => '',
  13.    'title' => '',
  14.    'group' => '',
  15.    'layoutDefinitions' => 
  16.   Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  17.      'fieldtype' => 'panel',
  18.      'layout' => NULL,
  19.      'border' => false,
  20.      'name' => NULL,
  21.      'type' => NULL,
  22.      'region' => NULL,
  23.      'title' => NULL,
  24.      'width' => 0,
  25.      'height' => 0,
  26.      'collapsible' => false,
  27.      'collapsed' => false,
  28.      'bodyStyle' => NULL,
  29.      'datatype' => 'layout',
  30.      'permissions' => NULL,
  31.      'childs' => 
  32.     array (
  33.       => 
  34.       Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  35.          'fieldtype' => 'panel',
  36.          'layout' => NULL,
  37.          'border' => false,
  38.          'name' => 'Layout',
  39.          'type' => NULL,
  40.          'region' => NULL,
  41.          'title' => NULL,
  42.          'width' => NULL,
  43.          'height' => NULL,
  44.          'collapsible' => false,
  45.          'collapsed' => false,
  46.          'bodyStyle' => NULL,
  47.          'datatype' => 'layout',
  48.          'permissions' => NULL,
  49.          'childs' => 
  50.         array (
  51.           => 
  52.           Pimcore\Model\DataObject\ClassDefinition\Data\Localizedfields::__set_state(array(
  53.              'fieldtype' => 'localizedfields',
  54.              'childs' => 
  55.             array (
  56.               => 
  57.               Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  58.                  'fieldtype' => 'input',
  59.                  'width' => NULL,
  60.                  'defaultValue' => NULL,
  61.                  'queryColumnType' => 'varchar',
  62.                  'columnType' => 'varchar',
  63.                  'columnLength' => 190,
  64.                  'regex' => '',
  65.                  'unique' => NULL,
  66.                  'showCharCount' => NULL,
  67.                  'name' => 'name',
  68.                  'title' => 'Name',
  69.                  'tooltip' => '',
  70.                  'mandatory' => true,
  71.                  'noteditable' => false,
  72.                  'index' => false,
  73.                  'locked' => false,
  74.                  'style' => '',
  75.                  'permissions' => NULL,
  76.                  'datatype' => 'data',
  77.                  'relationType' => false,
  78.                  'invisible' => false,
  79.                  'visibleGridView' => false,
  80.                  'visibleSearch' => false,
  81.                  'defaultValueGenerator' => '',
  82.               )),
  83.             ),
  84.              'name' => 'localizedfields',
  85.              'region' => NULL,
  86.              'layout' => NULL,
  87.              'title' => '',
  88.              'width' => '',
  89.              'height' => '',
  90.              'maxTabs' => NULL,
  91.              'border' => false,
  92.              'provideSplitView' => NULL,
  93.              'tabPosition' => 'top',
  94.              'hideLabelsWhenTabsReached' => NULL,
  95.              'referencedFields' => 
  96.             array (
  97.             ),
  98.              'permissionView' => 
  99.             array (
  100.             ),
  101.              'permissionEdit' => 
  102.             array (
  103.             ),
  104.              'tooltip' => '',
  105.              'mandatory' => false,
  106.              'noteditable' => false,
  107.              'index' => NULL,
  108.              'locked' => false,
  109.              'style' => '',
  110.              'permissions' => NULL,
  111.              'datatype' => 'data',
  112.              'relationType' => false,
  113.              'invisible' => false,
  114.              'visibleGridView' => true,
  115.              'visibleSearch' => true,
  116.              'labelWidth' => NULL,
  117.              'labelAlign' => 'left',
  118.           )),
  119.           => 
  120.           Pimcore\Model\DataObject\ClassDefinition\Data\Numeric::__set_state(array(
  121.              'fieldtype' => 'numeric',
  122.              'width' => '',
  123.              'defaultValue' => NULL,
  124.              'queryColumnType' => 'double',
  125.              'columnType' => 'double',
  126.              'integer' => false,
  127.              'unsigned' => false,
  128.              'minValue' => NULL,
  129.              'maxValue' => NULL,
  130.              'unique' => NULL,
  131.              'decimalSize' => NULL,
  132.              'decimalPrecision' => NULL,
  133.              'name' => 'percent',
  134.              'title' => 'Tax Rate in Percent',
  135.              'tooltip' => '',
  136.              'mandatory' => true,
  137.              'noteditable' => false,
  138.              'index' => false,
  139.              'locked' => false,
  140.              'style' => '',
  141.              'permissions' => NULL,
  142.              'datatype' => 'data',
  143.              'relationType' => false,
  144.              'invisible' => false,
  145.              'visibleGridView' => false,
  146.              'visibleSearch' => false,
  147.              'defaultValueGenerator' => '',
  148.           )),
  149.         ),
  150.          'locked' => false,
  151.          'icon' => NULL,
  152.          'labelWidth' => 100,
  153.          'labelAlign' => 'left',
  154.       )),
  155.     ),
  156.      'locked' => false,
  157.      'icon' => NULL,
  158.      'labelWidth' => 100,
  159.      'labelAlign' => 'left',
  160.   )),
  161.    'generateTypeDeclarations' => true,
  162. ));