<?php/** * Inheritance: no * Variants: no * * Fields Summary: * - profileType [select] * - company [input] * - gender [gender] * - firstname [firstname] * - lastname [lastname] * - languages [languagemultiselect] * - slug [input] * - title [select] * - VAT [input] * - phone [input] * - fax [input] * - email [email] * - website [input] * - mobile [input] * - street [input] * - housenumber [input] * - city [input] * - postalCode [input] * - country [country] * - geolocation [geopoint] * - geolocationApprox [geopoint] * - partner [advancedManyToManyRelation] * - team [manyToManyObjectRelation] * - description [textarea] * - profiles [objectbricks] * - primaryProfile [select] * - network [manyToManyObjectRelation] * - reversedNetwork [reverseObjectRelation] * - reversedNews [reverseObjectRelation] * - organisations [manyToManyObjectRelation] * - socialMedia [structuredTable] * - links [structuredTable] * - downloads [advancedManyToManyRelation] * - username [input] * - password [password] * - activationToken [input] * - resetToken [input] * - signUpCompletionState [select] * - isStaff [booleanSelect] * - roles [multiselect] * - abowireUserId [input] * - preferredLanguage [language] * - color [rgbaColor] * - avatar [image] * - banner [image] */return Pimcore\Model\DataObject\ClassDefinition::__set_state(array( 'dao' => NULL, 'id' => 'profile', 'name' => 'Profile', 'description' => '', 'creationDate' => 0, 'modificationDate' => 1662968532, 'userOwner' => 2, 'userModification' => 12, 'parentClass' => '', 'implementsInterfaces' => '', 'listingParentClass' => '', 'useTraits' => '', 'listingUseTraits' => '', 'encryption' => false, 'encryptedTables' => array ( ), 'allowInherit' => false, 'allowVariants' => false, 'showVariants' => false, 'fieldDefinitions' => array ( ), 'layoutDefinitions' => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'pimcore_root', 'type' => NULL, 'region' => NULL, 'title' => NULL, 'width' => 0, 'height' => 0, 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => NULL, 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Layout\Region::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => 'center', 'title' => '', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Layout\Tabpanel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => 'center', 'title' => '', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Profile', 'type' => NULL, 'region' => '', 'title' => 'Profil', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Person / Firma', 'type' => NULL, 'region' => NULL, 'title' => 'Person / Firma', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'profileType', 'title' => 'Profilart', 'tooltip' => '', 'mandatory' => true, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'select', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'options' => array ( 0 => array ( 'key' => 'company', 'value' => 'company', ), 1 => array ( 'key' => 'person', 'value' => 'person', ), ), 'width' => '', 'defaultValue' => 'person', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', )), 1 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'company', 'title' => 'Firma', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 2 => Pimcore\Model\DataObject\ClassDefinition\Data\Gender::__set_state(array( 'name' => 'gender', 'title' => 'Geschlecht', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'gender', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => 0, 'defaultValue' => NULL, 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', )), 3 => Pimcore\Model\DataObject\ClassDefinition\Data\Firstname::__set_state(array( 'name' => 'firstname', 'title' => 'Vorname', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'firstname', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => NULL, 'showCharCount' => NULL, 'defaultValueGenerator' => '', )), 4 => Pimcore\Model\DataObject\ClassDefinition\Data\Lastname::__set_state(array( 'name' => 'lastname', 'title' => 'Nachname', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'lastname', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => NULL, 'showCharCount' => NULL, 'defaultValueGenerator' => '', )), 5 => Pimcore\Model\DataObject\ClassDefinition\Data\Languagemultiselect::__set_state(array( 'name' => 'languages', 'title' => 'Sprachen', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'languagemultiselect', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'height' => '', 'maxItems' => '', 'renderType' => 'tags', 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'dynamicOptions' => false, 'onlySystemLanguages' => false, )), 6 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'slug', 'title' => 'Slug', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => true, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 7 => Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'title', 'title' => 'Titel', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'select', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'options' => array ( 0 => array ( 'key' => 'profile.title.dr', 'value' => 'profile.title.dr', ), 1 => array ( 'key' => 'profile.title.prof', 'value' => 'profile.title.prof', ), ), 'width' => '', 'defaultValue' => '', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', )), 8 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'VAT', 'title' => 'vat', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '', 'labelWidth' => 0, 'labelAlign' => 'left', )), 1 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Kontaktinformationen', 'type' => NULL, 'region' => NULL, 'title' => 'Kontaktinformationen', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'phone', 'title' => 'Telefonnummer', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 1 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'fax', 'title' => 'Faxnummer', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 2 => Pimcore\Model\DataObject\ClassDefinition\Data\Email::__set_state(array( 'name' => 'email', 'title' => 'E-Mail', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'email', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => NULL, 'showCharCount' => NULL, 'defaultValueGenerator' => '', )), 3 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'website', 'title' => 'Webseite', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 4 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'mobile', 'title' => 'Mobil', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '', 'labelWidth' => 0, 'labelAlign' => 'left', )), 2 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Adresse', 'type' => NULL, 'region' => NULL, 'title' => 'Adresse', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'street', 'title' => 'Straße', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 1 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'housenumber', 'title' => 'Hausnummer', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 2 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'city', 'title' => 'Stadt', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 3 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'postalCode', 'title' => 'Postleitzahl', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 4 => Pimcore\Model\DataObject\ClassDefinition\Data\Country::__set_state(array( 'name' => 'country', 'title' => 'Land', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'country', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', 'restrictTo' => '', )), 5 => Pimcore\Model\DataObject\ClassDefinition\Data\Geopoint::__set_state(array( 'name' => 'geolocation', 'title' => 'Geolocation', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'geopoint', 'relationType' => false, 'invisible' => true, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'lat' => 0.0, 'lng' => 0.0, 'zoom' => 1, 'width' => '', 'height' => 180, 'mapType' => 'roadmap', )), 6 => Pimcore\Model\DataObject\ClassDefinition\Data\Geopoint::__set_state(array( 'name' => 'geolocationApprox', 'title' => 'geolocationApprox', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'geopoint', 'relationType' => false, 'invisible' => true, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'lat' => 0.0, 'lng' => 0.0, 'zoom' => 1, 'width' => '', 'height' => 180, 'mapType' => 'roadmap', )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '', 'labelWidth' => 100, 'labelAlign' => 'left', )), 3 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Partner', 'type' => NULL, 'region' => NULL, 'title' => 'Partner', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Data\AdvancedManyToManyRelation::__set_state(array( 'name' => 'partner', 'title' => 'Partner', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'advancedManyToManyRelation', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'classes' => array ( ), 'pathFormatterClass' => '', 'width' => 960, 'height' => NULL, 'maxItems' => 5, 'assetUploadPath' => '', 'objectsAllowed' => false, 'assetsAllowed' => true, 'assetTypes' => array ( 0 => array ( 'assetTypes' => 'image', ), ), 'documentsAllowed' => false, 'documentTypes' => array ( ), 'enableTextSelection' => false, 'columns' => array ( 0 => array ( 'type' => 'text', 'position' => 1, 'key' => 'link', 'id' => 'extModel12587-1', 'label' => 'Verlinkung', 'value' => '', ), ), 'columnKeys' => array ( 0 => 'link', ), 'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\ElementMetadata[]', 'optimizedAdminLoading' => true, 'enableBatchEdit' => false, 'allowMultipleAssignments' => false, )), 1 => Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'team', 'title' => 'Team', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'manyToManyObjectRelation', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'classes' => array ( 0 => array ( 'classes' => 'TeamMember', ), ), 'pathFormatterClass' => '', 'width' => 960, 'height' => '', 'maxItems' => '', 'visibleFields' => 'avatar,firstname,lastname,position,phone,email', 'allowToCreateNewObject' => false, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '', 'labelWidth' => 0, 'labelAlign' => 'left', )), 4 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Zusätzliche Informationen', 'type' => NULL, 'region' => NULL, 'title' => '', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Data\Textarea::__set_state(array( 'name' => 'description', 'title' => 'description', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'textarea', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'height' => '', 'maxLength' => 300, 'showCharCount' => false, 'excludeFromSearchIndex' => false, )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '', 'labelWidth' => 0, 'labelAlign' => 'left', )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '/bundles/pimcoreadmin/img/twemoji/1f464.svg', 'labelWidth' => 0, 'labelAlign' => 'left', )), 1 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Profiles', 'type' => NULL, 'region' => NULL, 'title' => 'Profilkategorien', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Subprofile Description', 'type' => NULL, 'region' => NULL, 'title' => '', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => '<div class="alert alert-info">Profile unterteilen sich in einzelne Subkategorien. So kann ein Benutzer gleichzeitig ein Trainer, sowie ein Besitzer etc. sein.<br>Die Subkategorien werden folgend aufgelistet und können bearbeitet und erweitert werden.</div>', 'renderingClass' => '', 'renderingData' => '', 'border' => false, )), 1 => Pimcore\Model\DataObject\ClassDefinition\Data\Objectbricks::__set_state(array( 'name' => 'profiles', 'title' => 'Subprofile', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'objectbricks', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'allowedTypes' => array ( 0 => 'TrainerProfile', 1 => 'OwnerProfile', 2 => 'AuctionhouseProfile', 3 => 'RacetrackProfile', 4 => 'JockeyProfile', 5 => 'AssociationProfile', 6 => 'TransportProfile', 7 => 'PhotographerProfile', 8 => 'VetProfile', 9 => 'BreederProfile', 10 => 'RacingManagerProfile', 11 => 'AgentProfile', 12 => 'HorsefanProfile', 13 => 'StudfarmProfile', 14 => 'FarrierProfile', 15 => 'ClinicProfile', 16 => 'RidingstableProfile', 17 => 'ModeratorProfile', 18 => 'AuctioneerProfile', 19 => 'SyndicateProfile', ), 'maxItems' => '', 'border' => false, )), 2 => Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'primaryProfile', 'title' => 'Primärprofil', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'select', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'optionsProviderClass' => '\\App\\Profile\\Service\\PrimaryProfileOptionsProvider', 'optionsProviderData' => '', 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '/bundles/pimcoreadmin/img/twemoji/1f465.svg', 'labelWidth' => 0, 'labelAlign' => 'left', )), 2 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Network', 'type' => NULL, 'region' => NULL, 'title' => 'Netzwerk', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Layout\Text::__set_state(array( 'name' => 'Netzwork Description', 'type' => NULL, 'region' => NULL, 'title' => '', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'text', 'html' => '<div class="alert alert-info">Das Netzwerk baut sich aus einzelnen Profilen auf.<br>Netzwerk: Alle Profile, die dieses Profil mit sich verknüpft hat<br>Netzwerk Verknüpfungen: Alle Profile, die sich selbst mit diesem Profil Verknüpft haben</div>', 'renderingClass' => '', 'renderingData' => '', 'border' => false, )), 1 => Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'network', 'title' => 'Netzwerk', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'manyToManyObjectRelation', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'classes' => array ( 0 => array ( 'classes' => 'Profile', ), ), 'pathFormatterClass' => '', 'width' => '', 'height' => '', 'maxItems' => '', 'visibleFields' => 'profileType,company,gender,firstname,lastname', 'allowToCreateNewObject' => false, 'optimizedAdminLoading' => true, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), )), 2 => Pimcore\Model\DataObject\ClassDefinition\Data\ReverseObjectRelation::__set_state(array( 'name' => 'reversedNetwork', 'title' => 'Netzwerk Verknüpfungen', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'reverseObjectRelation', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'classes' => array ( ), 'pathFormatterClass' => '@App\\Admin\\PathFormatter\\ProfilePathFormatter', 'width' => '', 'height' => '', 'maxItems' => '', 'visibleFields' => NULL, 'allowToCreateNewObject' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), 'ownerClassName' => 'Profile', 'ownerClassId' => NULL, 'ownerFieldName' => 'network', 'lazyLoading' => true, )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '', 'labelWidth' => 0, 'labelAlign' => 'left', )), 1 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Data\ReverseObjectRelation::__set_state(array( 'name' => 'reversedNews', 'title' => 'News', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'reverseObjectRelation', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'classes' => array ( ), 'pathFormatterClass' => '', 'width' => '', 'height' => '', 'maxItems' => '', 'visibleFields' => NULL, 'allowToCreateNewObject' => true, 'optimizedAdminLoading' => false, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), 'ownerClassName' => 'News', 'ownerClassId' => NULL, 'ownerFieldName' => 'profiles', 'lazyLoading' => true, )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '', 'labelWidth' => 0, 'labelAlign' => 'left', )), 2 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => NULL, 'title' => '', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Data\ManyToManyObjectRelation::__set_state(array( 'name' => 'organisations', 'title' => 'Organisationen', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'manyToManyObjectRelation', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'classes' => array ( 0 => array ( 'classes' => 'Profile', ), 1 => array ( 'classes' => 'Club', ), 2 => array ( 'classes' => 'Association', ), ), 'pathFormatterClass' => '', 'width' => '', 'height' => '', 'maxItems' => '', 'visibleFields' => array ( ), 'allowToCreateNewObject' => false, 'optimizedAdminLoading' => true, 'enableTextSelection' => false, 'visibleFieldDefinitions' => array ( ), )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '', 'labelWidth' => 0, 'labelAlign' => 'left', )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '/bundles/pimcoreadmin/img/twemoji/1f517.svg', 'labelWidth' => 0, 'labelAlign' => 'left', )), 3 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'SoMe and Documents', 'type' => NULL, 'region' => NULL, 'title' => '🚀 Social Media & 📃 Dokumente', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Data\StructuredTable::__set_state(array( 'name' => 'socialMedia', 'title' => 'Social Media', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'structuredTable', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => 960, 'height' => '', 'labelWidth' => 150, 'labelFirstCell' => 'Plattform', 'cols' => array ( 0 => array ( 'type' => 'text', 'position' => 2, 'id' => 'extModel1851-1', 'key' => 'url', 'label' => 'Url', 'length' => NULL, 'width' => 450, ), ), 'rows' => array ( 0 => array ( 'position' => 1, 'key' => 'facebook', 'label' => 'Facebook', 'id' => 'extModel80034-1', ), 1 => array ( 'position' => 2, 'id' => 'extModel80034-3', 'key' => 'youtube', 'label' => 'Youtube', ), 2 => array ( 'position' => 3, 'id' => 'extModel85652-1', 'key' => 'instagram', 'label' => 'Instagram', ), 3 => array ( 'position' => 4, 'id' => 'extModel85652-2', 'key' => 'twitter', 'label' => 'Twitter', ), ), )), 1 => Pimcore\Model\DataObject\ClassDefinition\Data\StructuredTable::__set_state(array( 'name' => 'links', 'title' => 'Links', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'structuredTable', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => 960, 'height' => '', 'labelWidth' => 150, 'labelFirstCell' => 'Link', 'cols' => array ( 0 => array ( 'type' => 'text', 'position' => 2, 'id' => 'extModel3994-1', 'key' => 'url', 'label' => 'Url', 'width' => 450, ), ), 'rows' => array ( 0 => array ( 'position' => 1, 'key' => 'registerlink1', 'label' => 'registerlink1', 'id' => 'extModel3751-1', ), 1 => array ( 'position' => 2, 'id' => 'extModel3751-2', 'key' => 'registerlink2', 'label' => 'registerlink2', ), 2 => array ( 'position' => 3, 'id' => 'extModel3974-1', 'key' => 'registerlink3', 'label' => 'registerlink3', ), 3 => array ( 'position' => 4, 'id' => 'extModel3974-2', 'key' => 'registerlink4', 'label' => 'registerlink4', ), 4 => array ( 'position' => 5, 'id' => 'extModel3974-3', 'key' => 'registerlink5', 'label' => 'registerlink5', ), ), )), 2 => Pimcore\Model\DataObject\ClassDefinition\Data\AdvancedManyToManyRelation::__set_state(array( 'name' => 'downloads', 'title' => 'Downloads', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'advancedManyToManyRelation', 'relationType' => true, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'classes' => array ( ), 'pathFormatterClass' => '', 'width' => 960, 'height' => NULL, 'maxItems' => 5, 'assetUploadPath' => '', 'objectsAllowed' => false, 'assetsAllowed' => true, 'assetTypes' => array ( 0 => array ( 'assetTypes' => 'image', ), 1 => array ( 'assetTypes' => 'audio', ), 2 => array ( 'assetTypes' => 'video', ), 3 => array ( 'assetTypes' => 'document', ), 4 => array ( 'assetTypes' => 'text', ), ), 'documentsAllowed' => false, 'documentTypes' => array ( ), 'enableTextSelection' => false, 'columns' => array ( 0 => array ( 'type' => 'text', 'position' => 0, 'key' => 'title', 'id' => 'extModel4538-1', 'label' => 'Titel', 'value' => '', 'width' => NULL, ), ), 'columnKeys' => array ( 0 => 'title', ), 'phpdocType' => '\\Pimcore\\Model\\DataObject\\Data\\ElementMetadata[]', 'optimizedAdminLoading' => true, 'enableBatchEdit' => false, 'allowMultipleAssignments' => false, )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '', 'labelWidth' => 0, 'labelAlign' => 'left', )), 4 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Account', 'type' => NULL, 'region' => NULL, 'title' => 'Zugangsdaten', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'username', 'title' => 'Username', 'tooltip' => '', 'mandatory' => true, 'noteditable' => false, 'index' => true, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => true, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 1 => Pimcore\Model\DataObject\ClassDefinition\Data\Password::__set_state(array( 'name' => 'password', 'title' => 'Passwort', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'password', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'algorithm' => 'password_hash', 'salt' => '', 'saltlocation' => 'back', 'minimumLength' => NULL, )), 2 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'activationToken', 'title' => 'Aktivierungs-Key', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 3 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'resetToken', 'title' => 'Wiederherstellungs-Key', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => true, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 4 => Pimcore\Model\DataObject\ClassDefinition\Data\Select::__set_state(array( 'name' => 'signUpCompletionState', 'title' => 'Registrierungsstatus', 'tooltip' => '', 'mandatory' => false, 'noteditable' => true, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'select', 'relationType' => false, 'invisible' => false, 'visibleGridView' => true, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'options' => array ( 0 => array ( 'key' => 'Registriert', 'value' => 'signup_completed', ), 1 => array ( 'key' => 'Kontaktinformationen', 'value' => 'collect_contact', ), 2 => array ( 'key' => 'Social Media & Dokumente', 'value' => 'collect_SoMeDocs', ), 3 => array ( 'key' => 'Anzeige', 'value' => 'appearance', ), 4 => array ( 'key' => 'Veröffentlichung', 'value' => 'publish', ), 5 => array ( 'key' => 'Vollständig', 'value' => 'profile_complete', ), 6 => array ( 'key' => 'Bilder zuschneiden', 'value' => 'appearance_cropping', ), ), 'width' => '', 'defaultValue' => '', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', )), 5 => Pimcore\Model\DataObject\ClassDefinition\Data\BooleanSelect::__set_state(array( 'name' => 'isStaff', 'title' => '3forone Teammitglied', 'tooltip' => 'Wenn augewählt, bekommt das Profil ein TeamBadge angezeigt und es wird somit ersichtlich, dass das Profil zum 3forone Team gehört.', 'mandatory' => false, 'noteditable' => true, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'booleanSelect', 'relationType' => false, 'invisible' => true, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'yesLabel' => 'yes', 'noLabel' => 'no', 'emptyLabel' => 'empty', 'options' => array ( 0 => array ( 'key' => 'empty', 'value' => 0, ), 1 => array ( 'key' => 'yes', 'value' => 1, ), 2 => array ( 'key' => 'no', 'value' => -1, ), ), 'width' => '', )), 6 => Pimcore\Model\DataObject\ClassDefinition\Data\Multiselect::__set_state(array( 'name' => 'roles', 'title' => 'Rollen', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'multiselect', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'options' => array ( 0 => array ( 'key' => 'Jockey Club', 'value' => 'ROLE_CLUB_JOCKEY', ), 1 => array ( 'key' => 'Standard Club', 'value' => 'ROLE_CLUB_STANDARD', ), 2 => array ( 'key' => 'Business Club', 'value' => 'ROLE_CLUB_BUSINESS', ), 3 => array ( 'key' => 'Horse Club', 'value' => 'ROLE_CLUB_HORSE', ), 4 => array ( 'key' => 'Trading Club', 'value' => 'ROLE_CLUB_TRADING', ), 5 => array ( 'key' => 'Champions Club', 'value' => 'ROLE_CLUB_CHAMPION', ), 6 => array ( 'key' => 'Staff', 'value' => 'ROLE_STAFF', ), 7 => array ( 'key' => 'Profil', 'value' => 'ROLE_USER', ), ), 'width' => '', 'height' => '', 'maxItems' => '', 'renderType' => 'tags', 'optionsProviderClass' => '', 'optionsProviderData' => '', 'dynamicOptions' => false, )), 7 => Pimcore\Model\DataObject\ClassDefinition\Data\Input::__set_state(array( 'name' => 'abowireUserId', 'title' => 'Abowire User Id', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'input', 'relationType' => false, 'invisible' => true, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'defaultValue' => NULL, 'columnLength' => 190, 'regex' => '', 'regexFlags' => array ( ), 'unique' => false, 'showCharCount' => false, 'defaultValueGenerator' => '', )), 8 => Pimcore\Model\DataObject\ClassDefinition\Data\Language::__set_state(array( 'name' => 'preferredLanguage', 'title' => 'Bevorzugte Sprache', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'language', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => 0, 'defaultValue' => NULL, 'optionsProviderClass' => NULL, 'optionsProviderData' => NULL, 'columnLength' => 190, 'dynamicOptions' => false, 'defaultValueGenerator' => '', 'onlySystemLanguages' => true, )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/privacy.svg', 'labelWidth' => 150, 'labelAlign' => 'left', )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'tabpanel', 'border' => false, 'tabPosition' => NULL, )), 1 => Pimcore\Model\DataObject\ClassDefinition\Layout\Panel::__set_state(array( 'name' => 'Layout', 'type' => NULL, 'region' => 'east', 'title' => '', 'width' => '', 'height' => '', 'collapsible' => false, 'collapsed' => false, 'bodyStyle' => '', 'datatype' => 'layout', 'permissions' => NULL, 'children' => array ( 0 => Pimcore\Model\DataObject\ClassDefinition\Data\RgbaColor::__set_state(array( 'name' => 'color', 'title' => '', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'rgbaColor', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', )), 1 => Pimcore\Model\DataObject\ClassDefinition\Data\Image::__set_state(array( 'name' => 'avatar', 'title' => 'Avatar', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'image', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'height' => '', 'uploadPath' => '', )), 2 => Pimcore\Model\DataObject\ClassDefinition\Data\Image::__set_state(array( 'name' => 'banner', 'title' => 'Banner', 'tooltip' => '', 'mandatory' => false, 'noteditable' => false, 'index' => false, 'locked' => false, 'style' => '', 'permissions' => NULL, 'datatype' => 'data', 'fieldtype' => 'image', 'relationType' => false, 'invisible' => false, 'visibleGridView' => false, 'visibleSearch' => false, 'blockedVarsForExport' => array ( ), 'width' => '', 'height' => '', 'uploadPath' => '', )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => '', 'labelWidth' => 0, 'labelAlign' => 'left', )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'region', 'icon' => '', )), ), 'locked' => false, 'blockedVarsForExport' => array ( ), 'fieldtype' => 'panel', 'layout' => NULL, 'border' => false, 'icon' => NULL, 'labelWidth' => 100, 'labelAlign' => 'left', )), 'icon' => '/bundles/pimcoreadmin/img/twemoji/1f466.svg', 'previewUrl' => '', 'group' => '', 'showAppLoggerTab' => false, 'linkGeneratorReference' => '@App\\Profile\\LinkGenerator\\ProfileLinkGenerator', 'previewGeneratorReference' => '', 'compositeIndices' => array ( ), 'generateTypeDeclarations' => true, 'showFieldLookup' => false, 'propertyVisibility' => array ( 'grid' => array ( 'id' => true, 'key' => false, 'path' => true, 'published' => true, 'modificationDate' => true, 'creationDate' => true, ), 'search' => array ( 'id' => true, 'key' => false, 'path' => true, 'published' => true, 'modificationDate' => true, 'creationDate' => true, ), ), 'enableGridLocking' => false, 'deletedDataComponents' => array ( ), 'blockedVarsForExport' => array ( ), 'activeDispatchingEvents' => array ( ),));