var/classes/definition_Event.php line 56

Open in your IDE?
  1. <?php
  2. /**
  3. * Inheritance: no
  4. * Variants: no
  5. *
  6. * Fields Summary:
  7. * - title [input]
  8. * - eventStart [datetime]
  9. * - eventEnd [datetime]
  10. * - description [wysiwyg]
  11. * - intern [checkbox]
  12. * - image [image]
  13. */
  14. return Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
  15. 'dao' => NULL,
  16. 'id' => 'Event',
  17. 'name' => 'Event',
  18. 'description' => '',
  19. 'creationDate' => 0,
  20. 'modificationDate' => 1702304523,
  21. 'userOwner' => 2,
  22. 'userModification' => 2,
  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. 0 =>
  54. Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array(
  55. 'name' => 'Layout',
  56. 'type' => NULL,
  57. 'region' => NULL,
  58. 'title' => '',
  59. 'width' => '',
  60. 'height' => '',
  61. 'collapsible' => false,
  62. 'collapsed' => false,
  63. 'bodyStyle' => '',
  64. 'datatype' => 'layout',
  65. 'permissions' => NULL,
  66. 'children' =>
  67. array (
  68. 0 =>
  69. Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  70. 'name' => 'title',
  71. 'title' => 'Title',
  72. 'tooltip' => '',
  73. 'mandatory' => false,
  74. 'noteditable' => false,
  75. 'index' => false,
  76. 'locked' => false,
  77. 'style' => '',
  78. 'permissions' => NULL,
  79. 'datatype' => 'data',
  80. 'fieldtype' => 'input',
  81. 'relationType' => false,
  82. 'invisible' => false,
  83. 'visibleGridView' => false,
  84. 'visibleSearch' => false,
  85. 'blockedVarsForExport' =>
  86. array (
  87. ),
  88. 'width' => '',
  89. 'defaultValue' => NULL,
  90. 'columnLength' => 190,
  91. 'regex' => '',
  92. 'regexFlags' =>
  93. array (
  94. ),
  95. 'unique' => false,
  96. 'showCharCount' => false,
  97. 'defaultValueGenerator' => '',
  98. )),
  99. 1 =>
  100. Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array(
  101. 'name' => 'eventStart',
  102. 'title' => 'Event Start',
  103. 'tooltip' => '',
  104. 'mandatory' => false,
  105. 'noteditable' => false,
  106. 'index' => false,
  107. 'locked' => false,
  108. 'style' => '',
  109. 'permissions' => NULL,
  110. 'datatype' => 'data',
  111. 'fieldtype' => 'datetime',
  112. 'relationType' => false,
  113. 'invisible' => false,
  114. 'visibleGridView' => false,
  115. 'visibleSearch' => false,
  116. 'blockedVarsForExport' =>
  117. array (
  118. ),
  119. 'queryColumnType' => 'bigint(20)',
  120. 'columnType' => 'bigint(20)',
  121. 'defaultValue' => NULL,
  122. 'useCurrentDate' => false,
  123. 'defaultValueGenerator' => '',
  124. )),
  125. 2 =>
  126. Pimcore\Model\DataObject\ClassDefinition\Data\Datetime::__set_state(array(
  127. 'name' => 'eventEnd',
  128. 'title' => 'Event End',
  129. 'tooltip' => '',
  130. 'mandatory' => false,
  131. 'noteditable' => false,
  132. 'index' => false,
  133. 'locked' => false,
  134. 'style' => '',
  135. 'permissions' => NULL,
  136. 'datatype' => 'data',
  137. 'fieldtype' => 'datetime',
  138. 'relationType' => false,
  139. 'invisible' => false,
  140. 'visibleGridView' => false,
  141. 'visibleSearch' => false,
  142. 'blockedVarsForExport' =>
  143. array (
  144. ),
  145. 'queryColumnType' => 'bigint(20)',
  146. 'columnType' => 'bigint(20)',
  147. 'defaultValue' => NULL,
  148. 'useCurrentDate' => false,
  149. 'defaultValueGenerator' => '',
  150. )),
  151. 3 =>
  152. Pimcore\Model\DataObject\ClassDefinition\Data\Wysiwyg::__set_state(array(
  153. 'name' => 'description',
  154. 'title' => 'Beschreibung',
  155. 'tooltip' => '',
  156. 'mandatory' => false,
  157. 'noteditable' => false,
  158. 'index' => false,
  159. 'locked' => false,
  160. 'style' => '',
  161. 'permissions' => NULL,
  162. 'datatype' => 'data',
  163. 'fieldtype' => 'wysiwyg',
  164. 'relationType' => false,
  165. 'invisible' => false,
  166. 'visibleGridView' => false,
  167. 'visibleSearch' => false,
  168. 'blockedVarsForExport' =>
  169. array (
  170. ),
  171. 'width' => '',
  172. 'height' => '',
  173. 'toolbarConfig' => '',
  174. 'excludeFromSearchIndex' => false,
  175. 'maxCharacters' => '',
  176. )),
  177. 4 =>
  178. Pimcore\Model\DataObject\ClassDefinition\Data\Checkbox::__set_state(array(
  179. 'name' => 'intern',
  180. 'title' => 'Interner Termin',
  181. 'tooltip' => 'Nicht öffentlich sichtbar',
  182. 'mandatory' => false,
  183. 'noteditable' => false,
  184. 'index' => false,
  185. 'locked' => false,
  186. 'style' => '',
  187. 'permissions' => NULL,
  188. 'datatype' => 'data',
  189. 'fieldtype' => 'checkbox',
  190. 'relationType' => false,
  191. 'invisible' => false,
  192. 'visibleGridView' => false,
  193. 'visibleSearch' => false,
  194. 'blockedVarsForExport' =>
  195. array (
  196. ),
  197. 'defaultValue' => NULL,
  198. 'defaultValueGenerator' => '',
  199. )),
  200. 5 =>
  201. Pimcore\Model\DataObject\ClassDefinition\Data\Image::__set_state(array(
  202. 'name' => 'image',
  203. 'title' => 'Image',
  204. 'tooltip' => '',
  205. 'mandatory' => false,
  206. 'noteditable' => false,
  207. 'index' => false,
  208. 'locked' => false,
  209. 'style' => '',
  210. 'permissions' => NULL,
  211. 'datatype' => 'data',
  212. 'fieldtype' => 'image',
  213. 'relationType' => false,
  214. 'invisible' => false,
  215. 'visibleGridView' => false,
  216. 'visibleSearch' => false,
  217. 'blockedVarsForExport' =>
  218. array (
  219. ),
  220. 'width' => '',
  221. 'height' => '',
  222. 'uploadPath' => '',
  223. )),
  224. ),
  225. 'locked' => false,
  226. 'blockedVarsForExport' =>
  227. array (
  228. ),
  229. 'fieldtype' => 'panel',
  230. 'layout' => NULL,
  231. 'border' => false,
  232. 'icon' => '',
  233. 'labelWidth' => 0,
  234. 'labelAlign' => 'left',
  235. )),
  236. ),
  237. 'locked' => false,
  238. 'blockedVarsForExport' =>
  239. array (
  240. ),
  241. 'fieldtype' => 'panel',
  242. 'layout' => NULL,
  243. 'border' => false,
  244. 'icon' => NULL,
  245. 'labelWidth' => 100,
  246. 'labelAlign' => 'left',
  247. )),
  248. 'icon' => '',
  249. 'previewUrl' => '',
  250. 'group' => '',
  251. 'showAppLoggerTab' => false,
  252. 'linkGeneratorReference' => '',
  253. 'previewGeneratorReference' => '',
  254. 'compositeIndices' =>
  255. array (
  256. ),
  257. 'generateTypeDeclarations' => true,
  258. 'showFieldLookup' => false,
  259. 'propertyVisibility' =>
  260. array (
  261. 'grid' =>
  262. array (
  263. 'id' => true,
  264. 'key' => false,
  265. 'path' => true,
  266. 'published' => true,
  267. 'modificationDate' => true,
  268. 'creationDate' => true,
  269. ),
  270. 'search' =>
  271. array (
  272. 'id' => true,
  273. 'key' => false,
  274. 'path' => true,
  275. 'published' => true,
  276. 'modificationDate' => true,
  277. 'creationDate' => true,
  278. ),
  279. ),
  280. 'enableGridLocking' => false,
  281. 'deletedDataComponents' =>
  282. array (
  283. ),
  284. 'blockedVarsForExport' =>
  285. array (
  286. ),
  287. 'activeDispatchingEvents' =>
  288. array (
  289. ),
  290. ));