var/classes/definition_Sponsor.php line 56

Open in your IDE?
  1. <?php
  2. /**
  3. * Inheritance: no
  4. * Variants: no
  5. *
  6. * Fields Summary:
  7. * - name [input]
  8. * - active [checkbox]
  9. * - location [input]
  10. * - description [wysiwyg]
  11. * - logo [image]
  12. * - homepage [link]
  13. */
  14. return Pimcore\Model\DataObject\ClassDefinition::__set_state(array(
  15. 'dao' => NULL,
  16. 'id' => 'Sponsor',
  17. 'name' => 'Sponsor',
  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' => 'name',
  71. 'title' => 'Name',
  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\Checkbox::__set_state(array(
  101. 'name' => 'active',
  102. 'title' => 'Active',
  103. 'tooltip' => '',
  104. 'mandatory' => false,
  105. 'noteditable' => false,
  106. 'index' => false,
  107. 'locked' => false,
  108. 'style' => '',
  109. 'permissions' => NULL,
  110. 'datatype' => 'data',
  111. 'fieldtype' => 'checkbox',
  112. 'relationType' => false,
  113. 'invisible' => false,
  114. 'visibleGridView' => false,
  115. 'visibleSearch' => false,
  116. 'blockedVarsForExport' =>
  117. array (
  118. ),
  119. 'defaultValue' => 1,
  120. 'defaultValueGenerator' => '',
  121. )),
  122. 2 =>
  123. Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array(
  124. 'name' => 'location',
  125. 'title' => 'Location',
  126. 'tooltip' => '',
  127. 'mandatory' => false,
  128. 'noteditable' => false,
  129. 'index' => false,
  130. 'locked' => false,
  131. 'style' => '',
  132. 'permissions' => NULL,
  133. 'datatype' => 'data',
  134. 'fieldtype' => 'input',
  135. 'relationType' => false,
  136. 'invisible' => false,
  137. 'visibleGridView' => false,
  138. 'visibleSearch' => false,
  139. 'blockedVarsForExport' =>
  140. array (
  141. ),
  142. 'width' => '',
  143. 'defaultValue' => NULL,
  144. 'columnLength' => 190,
  145. 'regex' => '',
  146. 'regexFlags' =>
  147. array (
  148. ),
  149. 'unique' => false,
  150. 'showCharCount' => false,
  151. 'defaultValueGenerator' => '',
  152. )),
  153. 3 =>
  154. Pimcore\Model\DataObject\ClassDefinition\Data\Wysiwyg::__set_state(array(
  155. 'name' => 'description',
  156. 'title' => 'Description',
  157. 'tooltip' => '',
  158. 'mandatory' => false,
  159. 'noteditable' => false,
  160. 'index' => false,
  161. 'locked' => false,
  162. 'style' => '',
  163. 'permissions' => NULL,
  164. 'datatype' => 'data',
  165. 'fieldtype' => 'wysiwyg',
  166. 'relationType' => false,
  167. 'invisible' => false,
  168. 'visibleGridView' => false,
  169. 'visibleSearch' => false,
  170. 'blockedVarsForExport' =>
  171. array (
  172. ),
  173. 'width' => '',
  174. 'height' => '',
  175. 'toolbarConfig' => '',
  176. 'excludeFromSearchIndex' => false,
  177. 'maxCharacters' => '',
  178. )),
  179. 4 =>
  180. Pimcore\Model\DataObject\ClassDefinition\Data\Image::__set_state(array(
  181. 'name' => 'logo',
  182. 'title' => 'Logo',
  183. 'tooltip' => '',
  184. 'mandatory' => false,
  185. 'noteditable' => false,
  186. 'index' => false,
  187. 'locked' => false,
  188. 'style' => '',
  189. 'permissions' => NULL,
  190. 'datatype' => 'data',
  191. 'fieldtype' => 'image',
  192. 'relationType' => false,
  193. 'invisible' => false,
  194. 'visibleGridView' => false,
  195. 'visibleSearch' => false,
  196. 'blockedVarsForExport' =>
  197. array (
  198. ),
  199. 'width' => '',
  200. 'height' => '',
  201. 'uploadPath' => '/Sponsoren',
  202. )),
  203. 5 =>
  204. Pimcore\Model\DataObject\ClassDefinition\Data\Link::__set_state(array(
  205. 'name' => 'homepage',
  206. 'title' => 'Homepage',
  207. 'tooltip' => '',
  208. 'mandatory' => false,
  209. 'noteditable' => false,
  210. 'index' => false,
  211. 'locked' => false,
  212. 'style' => '',
  213. 'permissions' => NULL,
  214. 'datatype' => 'data',
  215. 'fieldtype' => 'link',
  216. 'relationType' => false,
  217. 'invisible' => false,
  218. 'visibleGridView' => false,
  219. 'visibleSearch' => false,
  220. 'blockedVarsForExport' =>
  221. array (
  222. ),
  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. ));